--- a/src/turtle_lexer.h 2011-07-23 17:17:24.000000000 -0700
+++ b/src/turtle_lexer.h 2011-07-23 17:18:14.000000000 -0700
typedef unsigned char flex_uint8_t;
typedef unsigned short int flex_uint16_t;
typedef unsigned int flex_uint32_t;
/* Limits of integral types. */
#define UINT32_MAX (4294967295U)
/* Size of default input buffer. */
-/* On IA-64, the buffer size is 16k, not 8k.
- * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
- * Ditto for the __ia64__ case accordingly.
-#define YY_BUF_SIZE 32768
#define YY_BUF_SIZE 16384
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
void turtle_lexer_set_lineno (int line_number ,yyscan_t yyscanner );
+int turtle_lexer_get_column (yyscan_t yyscanner );
+void turtle_lexer_set_column (int column_no ,yyscan_t yyscanner );
/* Macros after this point can all be overridden by user definitions in
/* Amount of stuff to slurp up with each read. */
-/* On IA-64, the buffer size is 16k, not 8k */
-#define YY_READ_BUF_SIZE 16384
#define YY_READ_BUF_SIZE 8192
/* Number of entries by which start-condition stack grows. */
#line 439 "./turtle_lexer.l"