port to tahoe by Nir peleg of CCI
[unix-history] / usr / src / usr.bin / pascal / pdx / process / pstatus.c
index e9d10de..05f19a5 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pstatus.c  5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)pstatus.c  5.2 (Berkeley) %G%";
 #endif not lint
 /*
  * process status routines
 #endif not lint
 /*
  * process status routines
@@ -70,11 +70,7 @@ char *filename;
            printf(" in file %s", filename);
        }
     } else {
            printf(" in file %s", filename);
        }
     } else {
-#      if (isvaxpx)
            printf("location %d\n", pc);
            printf("location %d\n", pc);
-#      else
-           printf("location 0x%x\n", pc);
-#      endif
     }
 }
 
     }
 }