Skip to content

Instantly share code, notes, and snippets.

@cynthia
Created May 9, 2014 04:10
Show Gist options
  • Save cynthia/3505322a43587b8e63eb to your computer and use it in GitHub Desktop.
Save cynthia/3505322a43587b8e63eb to your computer and use it in GitHub Desktop.
vile_osx10.9_xcode_5.1.patch
--- filters/filters.h 2014-05-09 13:08:24.000000000 +0900
+++ filters/filters.2.h 2014-05-09 13:08:30.000000000 +0900
@@ -210,7 +210,7 @@
extern FILE *yyget_out (void);
extern char *yyget_text (void);
extern int yyget_debug (void);
-extern int yyget_leng (void);
+extern yy_size_t yyget_leng (void);
extern int yyget_lineno (void);
extern int yylex_destroy (void);
extern void yyset_debug (int bdebug);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment