BSD 4_4 release
[unix-history] / usr / src / old / pcc / mip / reader.c
index a0af7c6..e84339a 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid ="@(#)reader.c     4.7 (Berkeley) %G%";
+static char *sccsid ="@(#)reader.c     4.8 (Berkeley) 12/10/87";
 #endif lint
 
 # include "pass2.h"
 #endif lint
 
 # include "pass2.h"
@@ -614,11 +614,7 @@ order(p,cook) register NODE *p; {
                        }
 
        case UNARY MINUS:
                        }
 
        case UNARY MINUS:
-#if defined(tahoe)
                order( p1, INBREG|INAREG|SOREG );
                order( p1, INBREG|INAREG|SOREG );
-#else
-               order( p1, INBREG|INAREG );
-#endif
                goto again;
 
        case NAME:
                goto again;
 
        case NAME: