Index: libsm/strtol.c
===================================================================
--- libsm/strtol.c	(revision 7d0d347348dae410c7ee7f2f968771753f70fdeb)
+++ libsm/strtol.c	(revision 84920eb0d6f9de17a749d2ddf022e76cb6927a00)
@@ -33,7 +33,9 @@
 		case '-':
 			neg++;
+			/* fall through */
 
-		case '+': /* fall-through */
+		case '+':
 			c = *++str;
+			/* fall through */
 		}
 	}
