From e1d187afe4f6d8b31187070443da7956d5156063 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Fri, 9 Aug 2002 17:41:29 +0000 Subject: [PATCH] fix typo which propogates out to generated scanners --- flex.skl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flex.skl b/flex.skl index 91b98ba..b34572f 100644 --- a/flex.skl +++ b/flex.skl @@ -179,7 +179,7 @@ int yylex_init YY_PARAMS((yyscan_t* scanner)); * yyscan_t yyscanner; */ #ifdef YY_TRADITIONAL_FUNC_DEFS -/* Generate rtaditional function defs */ +/* Generate traditional function defs */ #define YYFARGS0(v) (YY_DEF_ONLY_ARG) YY_DECL_LAST_ARG #define YYFARGS1(t1,n1) (n1 YY_DEF_LAST_ARG) t1 n1; YY_DECL_LAST_ARG #define YYFARGS2(t1,n1,t2,n2) (n1,n2 YY_DEF_LAST_ARG) t1 n1; t2 n2; YY_DECL_LAST_ARG -- 2.40.0