summaryrefslogtreecommitdiff
path: root/sym.c
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1993-12-27 14:40:19 +0000
committerVern Paxson <vern@ee.lbl.gov>1993-12-27 14:40:19 +0000
commit27ba613472b16677f6424439634094767c11c7a4 (patch)
tree1f248162d18000ad14e0dc3d2eb455d5adf85d71 /sym.c
parent29919d726a5b95aed38166da993d5acc71ab9f4c (diff)
start condition #define's go to action file
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();