sccsid
authorMark Linton <linton@ucbvax.Berkeley.EDU>
Tue, 19 Jan 1982 14:15:25 +0000 (06:15 -0800)
committerMark Linton <linton@ucbvax.Berkeley.EDU>
Tue, 19 Jan 1982 14:15:25 +0000 (06:15 -0800)
SCCS-vsn: usr.bin/pascal/pdx/breakpoint/bp.rep 1.2
SCCS-vsn: usr.bin/pascal/pdx/mappings/filetab.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/mappings/linetab.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/machine/pxops.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/machine/pxerrors.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/machine/optab.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/object/objsym.rep 1.2
SCCS-vsn: usr.bin/pascal/pdx/process/process.rep 1.2
SCCS-vsn: usr.bin/pascal/pdx/process/pxinfo.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/runtime/frame.rep 1.2
SCCS-vsn: usr.bin/pascal/pdx/sym/sym.rep 1.2
SCCS-vsn: usr.bin/pascal/pdx/sym/btypes.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/sym/classes.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/tree/opinfo.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/tree/tree.rep 1.2
SCCS-vsn: usr.bin/pascal/pdx/breakpoint.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/command.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/defs.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/machine.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/main.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/mappings.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/object.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/process.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/runtime.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/source.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/sym.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/symtab.h 1.2
SCCS-vsn: usr.bin/pascal/pdx/tree.h 1.2

28 files changed:
usr/src/usr.bin/pascal/pdx/breakpoint.h
usr/src/usr.bin/pascal/pdx/breakpoint/bp.rep
usr/src/usr.bin/pascal/pdx/command.h
usr/src/usr.bin/pascal/pdx/defs.h
usr/src/usr.bin/pascal/pdx/machine.h
usr/src/usr.bin/pascal/pdx/machine/optab.h
usr/src/usr.bin/pascal/pdx/machine/pxerrors.h
usr/src/usr.bin/pascal/pdx/machine/pxops.h
usr/src/usr.bin/pascal/pdx/main.h
usr/src/usr.bin/pascal/pdx/mappings.h
usr/src/usr.bin/pascal/pdx/mappings/filetab.h
usr/src/usr.bin/pascal/pdx/mappings/linetab.h
usr/src/usr.bin/pascal/pdx/object.h
usr/src/usr.bin/pascal/pdx/object/objsym.rep
usr/src/usr.bin/pascal/pdx/process.h
usr/src/usr.bin/pascal/pdx/process/process.rep
usr/src/usr.bin/pascal/pdx/process/pxinfo.h
usr/src/usr.bin/pascal/pdx/runtime.h
usr/src/usr.bin/pascal/pdx/runtime/frame.rep
usr/src/usr.bin/pascal/pdx/source.h
usr/src/usr.bin/pascal/pdx/sym.h
usr/src/usr.bin/pascal/pdx/sym/btypes.h
usr/src/usr.bin/pascal/pdx/sym/classes.h
usr/src/usr.bin/pascal/pdx/sym/sym.rep
usr/src/usr.bin/pascal/pdx/symtab.h
usr/src/usr.bin/pascal/pdx/tree.h
usr/src/usr.bin/pascal/pdx/tree/opinfo.h
usr/src/usr.bin/pascal/pdx/tree/tree.rep

index 207e726..4d3fd3d 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)breakpoint.h 1.1 %G%";
+/* static char sccsid[] = "@(#)breakpoint.h 1.2 %G%"; */
 
 /*
  * Breakpoint module definitions.
 
 /*
  * Breakpoint module definitions.
index e0cf04a..7b36e38 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)bp.rep 1.1 %G%";
+/* static char sccsid[] = "@(#)bp.rep 1.2 %G%"; */
 
 /*
  * breakpoint representation
 
 /*
  * breakpoint representation
index 93d3083..d0e3c66 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)command.h 1.1 %G%";
+/* static char sccsid[] = "@(#)command.h 1.2 %G%"; */
 
 /*
  * Definitions for the command module.
 
 /*
  * Definitions for the command module.
index 5e05265..ee55f7c 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)defs.h 1.1 %G%";
+/* static char sccsid[] = "@(#)defs.h 1.2 %G%"; */
 
 /*
  * Global debugger defines.
 
 /*
  * Global debugger defines.
index 97be76f..2c0f894 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)machine.h 1.1 %G%";
+/* static char sccsid[] = "@(#)machine.h 1.2 %G%"; */
 
 /*
  * Definitions for the machine module.
 
 /*
  * Definitions for the machine module.
index 35a8d37..de692dd 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)optab.h 1.1 %G%";
+/* static char sccsid[] = "@(#)optab.h 1.2 %G%"; */
 
 /*
  * px opcode information structure
 
 /*
  * px opcode information structure
index 8a8b8d4..ce3d2f4 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)pxerrors.h 1.1 %G%";
+/* static char sccsid[] = "@(#)pxerrors.h 1.2 %G%"; */
 
 #define NERRORS 39
 
 
 #define NERRORS 39
 
index f0dd108..54f1973 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)pxops.h 1.1 %G%";
+/* static char sccsid[] = "@(#)pxops.h 1.2 %G%"; */
 
 /*
  * px opcodes
 
 /*
  * px opcodes
index 82eef8c..1b3fe71 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)main.h 1.1 %G%";
+/* static char sccsid[] = "@(#)main.h 1.2 %G%"; */
 
 /*
  * Definitions for main program.
 
 /*
  * Definitions for main program.
index 3194ef8..f2d2e06 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)mappings.h 1.1 %G%";
+/* static char sccsid[] = "@(#)mappings.h 1.2 %G%"; */
 
 /*
  * Mappings definitions.
 
 /*
  * Mappings definitions.
index 2d8d1e8..2956b23 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)filetab.h 1.1 %G%";
+/* static char sccsid[] = "@(#)filetab.h 1.2 %G%"; */
 
 /*
  * definition of file table
 
 /*
  * definition of file table
index d1af11a..f3b8690 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)linetab.h 1.1 %G%";
+/* static char sccsid[] = "@(#)linetab.h 1.2 %G%"; */
 
 /*
  * definition of line number information table
 
 /*
  * definition of line number information table
index 2c70b22..9129bff 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)object.h 1.1 %G%";
+/* static char sccsid[] = "@(#)object.h 1.2 %G%"; */
 
 /*
  * Object module definitions.
 
 /*
  * Object module definitions.
index 0d3ab87..4710fd7 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)objsym.rep 1.1 %G%";
+/* static char sccsid[] = "@(#)objsym.rep 1.2 %G%"; */
 
 /*
  * This file contains the definition of the representation of a
 
 /*
  * This file contains the definition of the representation of a
index 33530d3..24f9109 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)process.h 1.1 %G%";
+/* static char sccsid[] = "@(#)process.h 1.2 %G%"; */
 
 /*
  * Definitions for process module.
 
 /*
  * Definitions for process module.
index 8be8c4c..093be81 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)process.rep 1.1 %G%";
+/* static char sccsid[] = "@(#)process.rep 1.2 %G%"; */
 
 /*
  * This file defines the representation of a process.
 
 /*
  * This file defines the representation of a process.
index f42f137..b84b615 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)pxinfo.h 1.1 %G%";
+/* static char sccsid[] = "@(#)pxinfo.h 1.2 %G%"; */
 
 /*
  * This is the information we get after the initial trap that px does.
 
 /*
  * This is the information we get after the initial trap that px does.
index 788bb97..ce098a4 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)runtime.h 1.1 %G%";
+/* static char sccsid[] = "@(#)runtime.h 1.2 %G%"; */
 
 /*
  * Definitions for the runtime environment.
 
 /*
  * Definitions for the runtime environment.
index 4ba34a7..013d9f5 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)frame.rep 1.1 %G%";
+/* static char sccsid[] = "@(#)frame.rep 1.2 %G%"; */
 
 /*
  * Definitions for accessing stack frames.
 
 /*
  * Definitions for accessing stack frames.
index a8b5a53..f699195 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)source.h 1.1 %G%";
+/* static char sccsid[] = "@(#)source.h 1.2 %G%"; */
 
 /*
  * Definitions for interfacing with source management routines.
 
 /*
  * Definitions for interfacing with source management routines.
index 672124b..a5c9cdd 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)sym.h 1.1 %G%";
+/* static char sccsid[] = "@(#)sym.h 1.2 %G%"; */
 
 /*
  * This header file declares the variables and routines that
 
 /*
  * This header file declares the variables and routines that
index 0bc8476..b8ea6a8 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)btypes.h 1.1 %G%";
+/* static char sccsid[] = "@(#)btypes.h 1.2 %G%"; */
 
 /*
  * basic types
 
 /*
  * basic types
index 5839b4c..c176107 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)classes.h 1.1 %G%";
+/* static char sccsid[] = "@(#)classes.h 1.2 %G%"; */
 
 /*
  * namelist classes
 
 /*
  * namelist classes
index a1884a4..60c7693 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)sym.rep 1.1 %G%";
+/* static char sccsid[] = "@(#)sym.rep 1.2 %G%"; */
 
 /*
  * This file contains the definition of the representation of the SYM type.
 
 /*
  * This file contains the definition of the representation of the SYM type.
index de9c13c..9a1a3af 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)symtab.h 1.1 %G%";
+/* static char sccsid[] = "@(#)symtab.h 1.2 %G%"; */
 
 /*
  * Public definitions for symbol table.
 
 /*
  * Public definitions for symbol table.
index 66ffd44..794e0dd 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)tree.h 1.1 %G%";
+/* static char sccsid[] = "@(#)tree.h 1.2 %G%"; */
 
 /*
  * This file contains the declarations of the variables and routines
 
 /*
  * This file contains the declarations of the variables and routines
index 28d6050..d1b728b 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)opinfo.h 1.1 %G%";
+/* static char sccsid[] = "@(#)opinfo.h 1.2 %G%"; */
 
 /*
  * tree operator definitions
 
 /*
  * tree operator definitions
index 0447f64..2fef035 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)tree.rep 1.1 %G%";
+/* static char sccsid[] = "@(#)tree.rep 1.2 %G%"; */
 
 /*
  * representation of a parse tree
 
 /*
  * representation of a parse tree