summaryrefslogtreecommitdiff
path: root/gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'gen.c')
-rw-r--r--gen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gen.c b/gen.c
index 6b766d2..58ff297 100644
--- a/gen.c
+++ b/gen.c
@@ -594,7 +594,7 @@ int worry_about_NULs;
}
else
- (void) strcpy( char_map,
+ yy_strcpy( char_map,
useecs ? "yy_ec[(unsigned int) *yy_cp]" : "*yy_cp" );
if ( worry_about_NULs && nultrans )
@@ -1052,7 +1052,7 @@ void make_tables()
indent_puts(
"YY_FATAL_ERROR( \"token too large, exceeds YYLMAX\" ); \\" );
indent_down();
- indent_puts( "strcpy( yytext, yytext_ptr ); \\" );
+ indent_puts( "yy_strcpy( yytext, yytext_ptr ); \\" );
}
set_indent( 0 );