update for tahoe
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 6 Nov 1986 11:08:46 +0000 (03:08 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 6 Nov 1986 11:08:46 +0000 (03:08 -0800)
SCCS-vsn: usr.bin/pascal/px/vars.h 5.2

usr/src/usr.bin/pascal/px/vars.h

index 68c8bf1..08c64a3 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)vars.h      5.1 (Berkeley) %G%
+ *     @(#)vars.h      5.2 (Berkeley) %G%
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
 #define MAXFILES       32
 #define PREDEF         2
 #ifdef ADDR32
 #define MAXFILES       32
 #define PREDEF         2
 #ifdef ADDR32
+#ifndef tahoe
 #define STDLVL         ((struct iorec *)(0x7ffffff1))
 #define GLVL           ((struct iorec *)(0x7ffffff0))
 #define STDLVL         ((struct iorec *)(0x7ffffff1))
 #define GLVL           ((struct iorec *)(0x7ffffff0))
+#else tahoe
+#define STDLVL         ((struct iorec *)(0xbffffff1))
+#define GLVL           ((struct iorec *)(0xbffffff0))
+#endif tahoe
 #endif ADDR32
 #ifdef ADDR16
 #define STDLVL         ((struct iorec *)(0xfff1))
 #endif ADDR32
 #ifdef ADDR16
 #define STDLVL         ((struct iorec *)(0xfff1))