fixed @(#) stuff
authorMark Linton <linton@ucbvax.Berkeley.EDU>
Wed, 15 Dec 1982 20:23:41 +0000 (12:23 -0800)
committerMark Linton <linton@ucbvax.Berkeley.EDU>
Wed, 15 Dec 1982 20:23:41 +0000 (12:23 -0800)
SCCS-vsn: old/dbx/asm.c 1.2
SCCS-vsn: old/dbx/c.c 1.2
SCCS-vsn: old/dbx/check.c 1.2
SCCS-vsn: old/dbx/coredump.c 1.2
SCCS-vsn: old/dbx/eval.c 1.2
SCCS-vsn: old/dbx/events.c 1.2
SCCS-vsn: old/dbx/keywords.c 1.2
SCCS-vsn: old/dbx/languages.c 1.2
SCCS-vsn: old/dbx/lists.c 1.2
SCCS-vsn: old/dbx/vax.c 1.2
SCCS-vsn: old/dbx/main.c 1.2
SCCS-vsn: old/dbx/makedefs.c 1.2
SCCS-vsn: old/dbx/mappings.c 1.2
SCCS-vsn: old/dbx/names.c 1.2
SCCS-vsn: old/dbx/object.c 1.2
SCCS-vsn: old/dbx/operators.c 1.2
SCCS-vsn: old/dbx/pascal.c 1.2
SCCS-vsn: old/dbx/printsym.c 1.2
SCCS-vsn: old/dbx/process.c 1.2
SCCS-vsn: old/dbx/runtime.c 1.2
SCCS-vsn: old/dbx/runtime.vax.c 1.2
SCCS-vsn: old/dbx/scanner.c 1.2
SCCS-vsn: old/dbx/source.c 1.2
SCCS-vsn: old/dbx/symbols.c 1.2
SCCS-vsn: old/dbx/tree.c 1.2
SCCS-vsn: old/dbx/ops.c 1.2
SCCS-vsn: old/dbx/ops.vax.c 1.2
SCCS-vsn: old/dbx/commands.y 1.2

28 files changed:
usr/src/old/dbx/asm.c
usr/src/old/dbx/c.c
usr/src/old/dbx/check.c
usr/src/old/dbx/commands.y
usr/src/old/dbx/coredump.c
usr/src/old/dbx/eval.c
usr/src/old/dbx/events.c
usr/src/old/dbx/keywords.c
usr/src/old/dbx/languages.c
usr/src/old/dbx/lists.c
usr/src/old/dbx/main.c
usr/src/old/dbx/makedefs.c
usr/src/old/dbx/mappings.c
usr/src/old/dbx/names.c
usr/src/old/dbx/object.c
usr/src/old/dbx/operators.c
usr/src/old/dbx/ops.c
usr/src/old/dbx/ops.vax.c
usr/src/old/dbx/pascal.c
usr/src/old/dbx/printsym.c
usr/src/old/dbx/process.c
usr/src/old/dbx/runtime.c
usr/src/old/dbx/runtime.vax.c
usr/src/old/dbx/scanner.c
usr/src/old/dbx/source.c
usr/src/old/dbx/symbols.c
usr/src/old/dbx/tree.c
usr/src/old/dbx/vax.c

index fb2ce4f..09e4065 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[] = "@(#)@(#)asm.c 1.1 %G%";
+static char sccsid[] = "@(#)asm.c 1.2 %G%";
 
 /*
  * Assembly language dependent symbol routines.
 
 /*
  * Assembly language dependent symbol routines.
index 48b9330..daaf5a9 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[] = "@(#)@(#)c.c 1.1 %G%";
+static char sccsid[] = "@(#)c.c 1.2 %G%";
 
 /*
  * C-dependent symbol routines.
 
 /*
  * C-dependent symbol routines.
index 171fbbf..baec10b 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[] = "@(#)@(#)check.c 1.1 %G%";
+static char sccsid[] = "@(#)check.c 1.2 %G%";
 
 /*
  * Check a tree for semantic correctness.
 
 /*
  * Check a tree for semantic correctness.
index e6ef282..3b5b097 100644 (file)
@@ -2,7 +2,7 @@
 
 /* Copyright (c) 1982 Regents of the University of California */
 
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)@(#)commands.y 1.1 %G%";
+static char sccsid[] = "@(#)commands.y 1.2 %G%";
 
 /*
  * Yacc grammar for debugger commands.
 
 /*
  * Yacc grammar for debugger commands.
index dbb42b0..276b015 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[] = "@(#)@(#)coredump.c 1.1 %G%";
+static char sccsid[] = "@(#)coredump.c 1.2 %G%";
 
 /*
  * Deal with the core dump anachronism.
 
 /*
  * Deal with the core dump anachronism.
index 48a3602..e3b3261 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[] = "@(#)@(#)eval.c 1.1 %G%";
+static char sccsid[] = "@(#)eval.c 1.2 %G%";
 
 /*
  * Tree evaluation.
 
 /*
  * Tree evaluation.
index 8ade9a0..0a4aa4b 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[] = "@(#)@(#)events.c 1.1 %G%";
+static char sccsid[] = "@(#)events.c 1.2 %G%";
 
 /*
  * Event/breakpoint managment.
 
 /*
  * Event/breakpoint managment.
index 64eeab8..4e7f968 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[] = "@(#)@(#)keywords.c 1.1 %G%";
+static char sccsid[] = "@(#)keywords.c 1.2 %G%";
 
 /*
  * Keyword management.
 
 /*
  * Keyword management.
index a400b7d..27c1552 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[] = "@(#)@(#)languages.c 1.1 %G%";
+static char sccsid[] = "@(#)languages.c 1.2 %G%";
 
 /*
  * Language management.
 
 /*
  * Language management.
index f429355..5ed9c5a 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[] = "@(#)@(#)lists.c 1.1 %G%";
+static char sccsid[] = "@(#)lists.c 1.2 %G%";
 
 /*
  * General list definitions.
 
 /*
  * General list definitions.
index 3540e1c..41ac5ee 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.c 1.1 %G%";
+static char sccsid[] = "@(#)main.c 1.2 %G%";
 
 /*
  * Debugger main routine.
 
 /*
  * Debugger main routine.
index f29682c..abe1ff3 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[] = "@(#)@(#)makedefs.c 1.1 %G%";
+static char sccsid[] = "@(#)makedefs.c 1.2 %G%";
 
 /*
  * Create a definitions file (e.g. .h) from an implementation file (e.g. .c).
 
 /*
  * Create a definitions file (e.g. .h) from an implementation file (e.g. .c).
index b0eeb0b..ed92d00 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.c 1.1 %G%";
+static char sccsid[] = "@(#)mappings.c 1.2 %G%";
 
 /*
  * Source-to-object and vice versa mappings.
 
 /*
  * Source-to-object and vice versa mappings.
index eb4072b..385b8ba 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[] = "@(#)@(#)names.c 1.1 %G%";
+static char sccsid[] = "@(#)names.c 1.2 %G%";
 
 /*
  * Name are the internal representation for identifiers.
 
 /*
  * Name are the internal representation for identifiers.
index 83fbe39..b4ed708 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.c 1.1 %G%";
+static char sccsid[] = "@(#)object.c 1.2 %G%";
 
 /*
  * Object code interface, mainly for extraction of symbolic information.
 
 /*
  * Object code interface, mainly for extraction of symbolic information.
index 4e467f0..7d48f25 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[] = "@(#)@(#)operators.c 1.1 %G%";
+static char sccsid[] = "@(#)operators.c 1.2 %G%";
 
 /*
  * Tree node classes.
 
 /*
  * Tree node classes.
index edaf36c..90413fb 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[] = "@(#)@(#)ops.c 1.1 %G%";
+static char sccsid[] = "@(#)ops.c 1.2 %G%";
 
 /*
  * Machine operators.
 
 /*
  * Machine operators.
index 9315ee6..1db0ab6 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[] = "@(#)@(#)ops.vax.c 1.1 %G%";
+static char sccsid[] = "@(#)ops.vax.c 1.2 %G%";
 
 /*
  * Machine operators.
 
 /*
  * Machine operators.
index 5799126..27c2f88 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[] = "@(#)@(#)pascal.c 1.1 %G%";
+static char sccsid[] = "@(#)pascal.c 1.2 %G%";
 
 /*
  * Pascal-dependent symbol routines.
 
 /*
  * Pascal-dependent symbol routines.
index 60dc2e9..6520acc 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[] = "@(#)@(#)printsym.c 1.1 %G%";
+static char sccsid[] = "@(#)printsym.c 1.2 %G%";
 
 /*
  * Printing of symbolic information.
 
 /*
  * Printing of symbolic information.
index e86d5f9..60d4f45 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.c 1.1 %G%";
+static char sccsid[] = "@(#)process.c 1.2 %G%";
 
 /*
  * Process management.
 
 /*
  * Process management.
index 7a7fb56..5786c1e 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.c 1.1 %G%";
+static char sccsid[] = "@(#)runtime.c 1.2 %G%";
 
 /*
  * Runtime organization dependent routines, mostly dealing with
 
 /*
  * Runtime organization dependent routines, mostly dealing with
index a576212..752b59c 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.vax.c 1.1 %G%";
+static char sccsid[] = "@(#)runtime.vax.c 1.2 %G%";
 
 /*
  * Runtime organization dependent routines, mostly dealing with
 
 /*
  * Runtime organization dependent routines, mostly dealing with
index 45dd82d..64499a4 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[] = "@(#)@(#)scanner.c 1.1 %G%";
+static char sccsid[] = "@(#)scanner.c 1.2 %G%";
 
 /*
  * Debugger scanner.
 
 /*
  * Debugger scanner.
index 92202f9..db5444d 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.c 1.1 %G%";
+static char sccsid[] = "@(#)source.c 1.2 %G%";
 
 /*
  * Source file management.
 
 /*
  * Source file management.
index f4bb6e9..f4ec62c 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[] = "@(#)@(#)symbols.c 1.1 %G%";
+static char sccsid[] = "@(#)symbols.c 1.2 %G%";
 
 /*
  * Symbol management.
 
 /*
  * Symbol management.
index 66f4dba..0e66db8 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.c 1.1 %G%";
+static char sccsid[] = "@(#)tree.c 1.2 %G%";
 
 /*
  * Parse tree management.
 
 /*
  * Parse tree management.
index 3b30ad4..8121848 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[] = "@(#)@(#)vax.c 1.1 %G%";
+static char sccsid[] = "@(#)vax.c 1.2 %G%";
 
 /*
  * Target machine dependent stuff.
 
 /*
  * Target machine dependent stuff.