You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
351 B
11 lines
351 B
21 years ago
|
--- indent-2.2.9/src/indent.c
|
||
|
+++ indent-2.2.9/src/indent.c
|
||
|
@@ -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 */
|
||
|
}
|
||
|
|