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