BSD 4_3_Tahoe release
[unix-history] / usr / src / ucb / pascal / src / piwhoami.h
index 7a069da..0e72806 100644 (file)
@@ -1,6 +1,10 @@
-/* Copyright (c) 1979 Regents of the University of California */
-
-/* static      char sccsid[] = "@(#)piwhoami.h 1.3 1/22/83"; */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)piwhoami.h  5.2 (Berkeley) 11/12/86
+ */
 
 /*
  *     am i generating an obj file (OBJ),
 
 /*
  *     am i generating an obj file (OBJ),
@@ -16,6 +20,7 @@
  *     vax     for vaxes
  *     pdp11   for pdp11's
  *     mc68000 for motorola mc68000's
  *     vax     for vaxes
  *     pdp11   for pdp11's
  *     mc68000 for motorola mc68000's
+ *     tahoe   for cci power 6/32's
  */
 
 /*
  */
 
 /*
 #define        ADDR32
 #undef DEC11
 #endif mc68000
 #define        ADDR32
 #undef DEC11
 #endif mc68000
+#ifdef tahoe
+#undef ADDR16
+#define        ADDR32
+#undef DEC11
+#endif tahoe
 #ifdef pdp11
 #define        ADDR16
 #undef ADDR32
 #ifdef pdp11
 #define        ADDR16
 #undef ADDR32
@@ -50,3 +60,4 @@
 #define        PI01
 #undef PI0
 #undef PI1
 #define        PI01
 #undef PI0
 #undef PI1
+#define DEBUG