utah rcsid 1.6 87/01/15 02:08:43: For some reason, mainp2() had TWO default
authorDonn Seeley <donn@ucbvax.Berkeley.EDU>
Thu, 10 Dec 1987 16:38:09 +0000 (08:38 -0800)
committerDonn Seeley <donn@ucbvax.Berkeley.EDU>
Thu, 10 Dec 1987 16:38:09 +0000 (08:38 -0800)
cases in its big switch statement.

SCCS-vsn: old/pcc/mip/reader.c 4.6

usr/src/old/pcc/mip/reader.c

index c71fcfa..080b85c 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid ="@(#)reader.c     4.5 (Berkeley) %G%";
+static char *sccsid ="@(#)reader.c     4.6 (Berkeley) %G%";
 #endif lint
 
 # include "pass2.h"
 #endif lint
 
 # include "pass2.h"
@@ -212,9 +212,6 @@ mainp2( argc, argv ) char *argv[]; {
                tcheck();
                continue;
 
                tcheck();
                continue;
 
-       default:
-               cerror( "intermediate file format error" );
-
                }
 
        /* EOF */
                }
 
        /* EOF */