forked from pool/indent
11 lines
397 B
Diff
11 lines
397 B
Diff
--- src/indent.c 2002-10-28 21:00:56.000000000 +0100
|
|
+++ src/indent.c 2004-03-04 19:55:14.000000000 +0100
|
|
@@ -875,6 +875,7 @@
|
|
* imply we are in a stmt */
|
|
for (t_ptr = s_code; *t_ptr; ++t_ptr)
|
|
{
|
|
+ check_lab_size();
|
|
*e_lab++ = *t_ptr; /* turn everything so far into a label */
|
|
}
|
|
|