]> git.saurik.com Git - bison.git/blobdiff - data/bison.simple
(b4_token_defines): Also define YYTOKENTYPE for K&R C.
[bison.git] / data / bison.simple
index a540cd0375d0e116292a29494fb6a9190e7aec9e..abee2c0455bbc6815dff8d484bdce6291152e684 100644 (file)
@@ -100,9 +100,9 @@ m4_map_sep([     b4_token_enum], [,
 ],
            [$@])
    };
-   /* POSIX requires `int' for tokens in interfaces.  */
-#  define YYTOKENTYPE int
 # endif
+  /* POSIX requires `int' for tokens in interfaces.  */
+# define YYTOKENTYPE int
 #endif /* !YYTOKENTYPE */
 m4_map([b4_token_define], [$@])
 ])