Guest User

Untitled

a guest
Oct 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. --- a/libparser/php.c 2012-01-21 06:15:14.000000000 +0100
  2. +++ b/libparser/php.c 2012-05-31 20:20:04.000000000 +0200
  3. @@ -113,7 +113,7 @@
  4. #define YY_END_OF_BUFFER_CHAR 0
  5.  
  6. /* Size of default input buffer. */
  7. -#define YY_BUF_SIZE 16384
  8. +#define YY_BUF_SIZE 65536
  9.  
  10. typedef struct yy_buffer_state *YY_BUFFER_STATE;
Add Comment
Please, Sign In to add comment