diff src/minmax.cc @ 777:a2f9d3fd720c

[project @ 1994-10-07 14:01:53 by jwe]
author jwe
date Fri, 07 Oct 1994 14:13:44 +0000
parents 36ba0576bd1b
children efdb7d3eddd8
line wrap: on
line diff
--- a/src/minmax.cc	Wed Oct 05 22:54:26 1994 +0000
+++ b/src/minmax.cc	Fri Oct 07 14:13:44 1994 +0000
@@ -29,6 +29,7 @@
 
 #include "tree-const.h"
 #include "error.h"
+#include "gripes.h"
 #include "help.h"
 #include "defun-dld.h"
 
@@ -164,9 +165,11 @@
     case 2:
       arg2 = args(1);
 // Fall through...
+
     case 1:
       arg1 = args(0);
       break;
+
     default:
       panic_impossible ();
       break;
@@ -339,9 +342,11 @@
     case 2:
       arg2 = args(1);
 // Fall through...
+
     case 1:
       arg1 = args(0);
       break;
+
     default:
       panic_impossible ();
       break;