1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-16 08:49:15 -04:00
ports/lang/guile/files/patch-libguile_c-tokenize.c
Muhammad Moinur Rahman e0471dcdf8 lang/guile: Remove USE_AUTOTOOLS
- Add PORTSCOUT variable to limit within 1.X.X
- Fix patch files to reflect 'make makepatch'
2015-06-02 12:16:12 +00:00

18 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