summaryrefslogtreecommitdiff
path: root/sym.c
diff options
context:
space:
mode:
Diffstat (limited to 'sym.c')
-rw-r--r--sym.c2
1 files changed, 1 insertions, 1 deletions
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();