changeset 172:e94323d656bf

merge with 1.9
author Jim Meyering <jim@meyering.net>
date Wed, 10 Nov 1993 06:05:05 +0000
parents 420508ba3e24
children ba21101c8ea0
files lib/getdate.y
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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 */
 }