From 27ba613472b16677f6424439634094767c11c7a4 Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Mon, 27 Dec 1993 14:40:19 +0000 Subject: start condition #define's go to action file --- sym.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sym.c') diff --git a/sym.c b/sym.c index a404f2a..bea9263 100644 --- a/sym.c +++ b/sym.c @@ -230,7 +230,7 @@ int xcluflg; char *copy_string(); /* Generate start condition definition, for use in BEGIN et al. */ - out_str_dec( "#define %s %d\n", str, lastsc ); + action_define( str, lastsc ); if ( ++lastsc >= current_max_scs ) scextend(); -- cgit v1.2.3