diff lib/getdate.y @ 172:e94323d656bf

merge with 1.9
author Jim Meyering <jim@meyering.net>
date Wed, 10 Nov 1993 06:05:05 +0000
parents 420508ba3e24
children 10b9f9091b11
line wrap: on
line diff
--- a/lib/getdate.y
+++ b/lib/getdate.y
@@ -627,6 +627,8 @@
 	if (Hours < 1 || Hours > 12)
 	    return -1;
 	return ((Hours + 12) * 60L + Minutes) * 60L + Seconds;
+    default:
+	abort ();
     }
     /* NOTREACHED */
 }