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.
|
--- 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 */
|
|
}
|
|
|