freebsd-ports/lang/guile1/files/patch-libguile_c-tokenize.c
Muhammad Moinur Rahman e2f2a0f2c1 [NEW] lang/guile1: GNU Ubiquitous Intelligent Language for Extension
GUILE, GNU's Ubiquitous Intelligent Language for Extension,
is a library that implements the Scheme language plus various
convenient facilities. It's designed so that you can link it
into an application or utility to make it extensible.  Our
plan is to link this library into all GNU programs that call for
extensibility.

WWW: http://www.gnu.org/software/guile/

- Repo-Copied from lang/guile in preperation of 3.X.X
2020-02-13 23:46:45 +00:00

19 lines
410 B
C

--- libguile/c-tokenize.c.orig 2010-12-13 19:24:04 UTC
+++ libguile/c-tokenize.c
@@ -898,13 +898,13 @@ case 3:
/* rule 3 can match eol */
YY_RULE_SETUP
#line 71 "./c-tokenize.lex"
-{ OUT(eol); }
+{ /*OUT(eol);*/ }
YY_BREAK
case 4:
/* rule 4 can match eol */
YY_RULE_SETUP
#line 73 "./c-tokenize.lex"
-{ OUT(hash); IS_NOT_COOKIE; }
+{ /*OUT(hash);*/ IS_NOT_COOKIE; }
YY_BREAK
case 5:
YY_RULE_SETUP