summaryrefslogtreecommitdiff
path: root/skel.c
diff options
context:
space:
mode:
Diffstat (limited to 'skel.c')
-rw-r--r--skel.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/skel.c b/skel.c
index c45b296..ee9f6ef 100644
--- a/skel.c
+++ b/skel.c
@@ -90,7 +90,7 @@ const char *skel[] = {
"#define FLEX_SCANNER",
"#define YY_FLEX_MAJOR_VERSION 2",
"#define YY_FLEX_MINOR_VERSION 5",
- "#define YY_FLEX_SUBMINOR_VERSION 34",
+ "#define YY_FLEX_SUBMINOR_VERSION 35",
"#if YY_FLEX_SUBMINOR_VERSION > 0",
"#define FLEX_BETA",
"#endif",
@@ -589,14 +589,9 @@ const char *skel[] = {
"#define unput(c) yyunput( c, YY_G(yytext_ptr) M4_YY_CALL_LAST_ARG )",
"]])",
"",
- "/* The following is because we cannot portably get our hands on size_t",
- " * (without autoconf's help, which isn't available because we want",
- " * flex-generated scanners to compile on their own).",
- " */",
- "",
"#ifndef YY_TYPEDEF_YY_SIZE_T",
"#define YY_TYPEDEF_YY_SIZE_T",
- "typedef unsigned int yy_size_t;",
+ "typedef size_t yy_size_t;",
"#endif",
"",
"#ifndef YY_STRUCT_YY_BUFFER_STATE",
@@ -961,6 +956,8 @@ const char *skel[] = {
"",
"%endif",
"",
+ "%endif End reentrant structures and macros.",
+ "",
"/* Accessor methods to globals.",
" These are made visible to non-reentrant scanners for convenience. */",
"",
@@ -1050,7 +1047,6 @@ const char *skel[] = {
" ]])",
"]])",
"%endif",
- "%endif End reentrant structures and macros.",
"",
"/* Macros after this point can all be overridden by user definitions in",
" * section 1.",