]> git.saurik.com Git - cycript.git/blobdiff - Cycript.l.in
Port build environment to automake (break -arch).
[cycript.git] / Cycript.l.in
index 0397b14513dae62809821aac3a49120bc397d8a7..ea140a851728949901fa63ddfc8960e1fce01f67 100644 (file)
@@ -33,7 +33,9 @@ typedef cy::parser::token tk;
 // do /not/ fold token to the return: this is a macro and the ordering is dependent
 #define F(value, highlight) do { \
     int token(value); \
+@begin ObjectiveC
     yyextra->no_.AtImplementation = false; \
+@end
     yyextra->no_.Function = false; \
     yyextra->no_.OpenBrace = false; \
     yylval->highlight_ = highlight; \