summaryrefslogtreecommitdiff
path: root/sym.c
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1989-05-19 14:11:11 +0000
committerVern Paxson <vern@ee.lbl.gov>1989-05-19 14:11:11 +0000
commit478a3d9a52416dc02471a306d75bf2e1b724f2de (patch)
treec3ce03523a18a62cec2708136314adcf74faf826 /sym.c
parent8b268ec3e79c291fcc9158e3275cd5173196cf5b (diff)
the most piddling format change imaginable
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 025d15b..78111c7 100644
--- a/sym.c
+++ b/sym.c
@@ -263,7 +263,7 @@ int xcluflg;
}
if ( addsym( copy_string( str ), (char *) 0, lastsc,
- sctbl, START_COND_HASH_SIZE ) )
+ sctbl, START_COND_HASH_SIZE ) )
lerrsf( "start condition %s declared twice", str );
scset[lastsc] = mkstate( SYM_EPSILON );