Changed Header into Id
authorceriel <none@none>
Mon, 27 Jun 1994 08:03:14 +0000 (08:03 +0000)
committerceriel <none@none>
Mon, 27 Jun 1994 08:03:14 +0000 (08:03 +0000)
91 files changed:
lang/cem/cemcom.ansi/LLlex.c
lang/cem/cemcom.ansi/LLlex.h
lang/cem/cemcom.ansi/LLmessage.c
lang/cem/cemcom.ansi/align.h
lang/cem/cemcom.ansi/arith.c
lang/cem/cemcom.ansi/arith.h
lang/cem/cemcom.ansi/assert.h
lang/cem/cemcom.ansi/atw.h
lang/cem/cemcom.ansi/blocks.c
lang/cem/cemcom.ansi/ch3.c
lang/cem/cemcom.ansi/ch3bin.c
lang/cem/cemcom.ansi/ch3mon.c
lang/cem/cemcom.ansi/class.h
lang/cem/cemcom.ansi/code.c
lang/cem/cemcom.ansi/code.str
lang/cem/cemcom.ansi/conversion.c
lang/cem/cemcom.ansi/cstoper.c
lang/cem/cemcom.ansi/dataflow.c
lang/cem/cemcom.ansi/declar.g
lang/cem/cemcom.ansi/declar.str
lang/cem/cemcom.ansi/declarator.c
lang/cem/cemcom.ansi/decspecs.c
lang/cem/cemcom.ansi/decspecs.h
lang/cem/cemcom.ansi/def.str
lang/cem/cemcom.ansi/domacro.c
lang/cem/cemcom.ansi/dumpidf.c
lang/cem/cemcom.ansi/error.c
lang/cem/cemcom.ansi/estack.str
lang/cem/cemcom.ansi/eval.c
lang/cem/cemcom.ansi/expr.c
lang/cem/cemcom.ansi/expr.str
lang/cem/cemcom.ansi/expression.g
lang/cem/cemcom.ansi/field.c
lang/cem/cemcom.ansi/field.str
lang/cem/cemcom.ansi/file_info.h
lang/cem/cemcom.ansi/fltcstoper.c
lang/cem/cemcom.ansi/idf.c
lang/cem/cemcom.ansi/idf.str
lang/cem/cemcom.ansi/init.c
lang/cem/cemcom.ansi/input.c
lang/cem/cemcom.ansi/input.h
lang/cem/cemcom.ansi/interface.h
lang/cem/cemcom.ansi/ival.g
lang/cem/cemcom.ansi/l_brace.str
lang/cem/cemcom.ansi/l_class.h
lang/cem/cemcom.ansi/l_comment.c
lang/cem/cemcom.ansi/l_comment.h
lang/cem/cemcom.ansi/l_em.h
lang/cem/cemcom.ansi/l_ev_ord.c
lang/cem/cemcom.ansi/l_lint.c
lang/cem/cemcom.ansi/l_lint.h
lang/cem/cemcom.ansi/l_misc.c
lang/cem/cemcom.ansi/l_outdef.c
lang/cem/cemcom.ansi/l_outdef.str
lang/cem/cemcom.ansi/l_state.str
lang/cem/cemcom.ansi/l_states.c
lang/cem/cemcom.ansi/label.c
lang/cem/cemcom.ansi/label.h
lang/cem/cemcom.ansi/level.h
lang/cem/cemcom.ansi/macro.str
lang/cem/cemcom.ansi/main.c
lang/cem/cemcom.ansi/make.tokcase
lang/cem/cemcom.ansi/make.tokfile
lang/cem/cemcom.ansi/mes.h
lang/cem/cemcom.ansi/options.c
lang/cem/cemcom.ansi/pragma.c
lang/cem/cemcom.ansi/program.g
lang/cem/cemcom.ansi/proto.c
lang/cem/cemcom.ansi/proto.main
lang/cem/cemcom.ansi/proto.make
lang/cem/cemcom.ansi/proto.str
lang/cem/cemcom.ansi/replace.c
lang/cem/cemcom.ansi/replace.str
lang/cem/cemcom.ansi/sizes.h
lang/cem/cemcom.ansi/skip.c
lang/cem/cemcom.ansi/specials.h
lang/cem/cemcom.ansi/stab.c
lang/cem/cemcom.ansi/stack.c
lang/cem/cemcom.ansi/stack.str
lang/cem/cemcom.ansi/statement.g
lang/cem/cemcom.ansi/stb.c
lang/cem/cemcom.ansi/stmt.str
lang/cem/cemcom.ansi/struct.c
lang/cem/cemcom.ansi/struct.str
lang/cem/cemcom.ansi/switch.c
lang/cem/cemcom.ansi/switch.str
lang/cem/cemcom.ansi/tokenname.c
lang/cem/cemcom.ansi/tokenname.h
lang/cem/cemcom.ansi/type.c
lang/cem/cemcom.ansi/type.str
lang/cem/cemcom.ansi/util.c

index 99c6786..9736b44 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*                 L E X I C A L   A N A L Y Z E R                     */
 
 #include       "debug.h"
index 4e11d1e..7fb8829 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* D E F I N I T I O N S   F O R   T H E   L E X I C A L   A N A L Y Z E R */
 
 /*     A token from the input stream is represented by an integer,
index 5650227..4c08480 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*             PARSER ERROR ADMINISTRATION             */
 
 #include       <alloc.h>
index 858720a..1e4ee3f 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*      A L I G N M E N T   D E F I N I T I O N S      */
 
 #include "nocross.h"
index 7d6368c..ed3dc50 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     A R I T H M E T I C   C O N V E R S I O N S      */
 
 /*     This file contains the routines for the various conversions that
index fe42aa8..399e264 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* COMPILER ARITHMETIC */
 
 /*     Normally the compiler does its internal arithmetics in longs
index 56ff984..2210f79 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*      A S S E R T I O N    M A C R O   D E F I N I T I O N           */
 
 /*     At some points in the program, it must be sure that some condition
index e90b126..74f0044 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* Align To Word boundary Definition   */
 
 #include "sizes.h"
index e75cfb1..88c6a49 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     B L O C K   S T O R I N G   A N D   L O A D I N G       */
 
 #include       "lint.h"
index 3593016..6270dfd 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     S E M A N T I C   A N A L Y S I S -- C H A P T E R  3.3         */
 
 #include       "debug.h"
index 0d0a01c..cb30e10 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* SEMANTIC ANALYSIS (CHAPTER 3.3)  --  BINARY OPERATORS */
 
 #include       "botch_free.h"
index 7a80b6d..41b2774 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* SEMANTIC ANALYSIS (CHAPTER 3.3) -- MONADIC OPERATORS */
 
 #include       "botch_free.h"
index e3bdcad..18c317f 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*             U S E   O F   C H A R A C T E R   C L A S S E S         */
 
 /*     As a starter, chars are divided into classes, according to which
index d056966..6b8f3eb 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     C O D E - G E N E R A T I N G   R O U T I N E S         */
 
 #include       "lint.h"
index 926fb25..b818bbe 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     C O D E - G E N E R A T O R   D E F I N I T I O N S     */
 
 struct string_cst      {       /* storing string constants */
index 3adec58..6627a30 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     C O N V E R S I O N - C O D E  G E N E R A T O R        */
 
 #include       "lint.h"
index d89f4eb..ddd7bf6 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     C O N S T A N T   E X P R E S S I O N   H A N D L I N G         */
 
 #include       "trgt_sizes.h"
index 3eef8d6..e6f00ab 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     DATAFLOW ANALYSIS ON C PROGRAMS */
 
 /*     Compile the C compiler with flag DATAFLOW.
index e974418..487f55a 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     DECLARATION SYNTAX PARSER       */
 
 {
index eb38fcf..884bd97 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* DEFINITION OF DECLARATOR DESCRIPTORS */
 
 /*     A 'declarator' consists of an idf and a linked list of
index b90f714..3d33a83 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     D E C L A R A T O R   M A N I P U L A T I O N           */
 
 #include       "debug.h"
index f7169dd..f7093da 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     D E C L A R A T I O N   S P E C I F I E R   C H E C K I N G     */
 
 #include       "assert.h"
index 0895f97..73a4048 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* DECLARATION SPECIFIER DEFINITION */
 
 struct decspecs        {
index 2a2cec1..adee486 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* IDENTIFIER DEFINITION DESCRIPTOR */
 
 #include       "lint.h"
index a1c1e54..61364ca 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* PREPROCESSOR: CONTROLLINE INTERPRETER */
 
 #include       "debug.h"
index c9bf8d5..18f425f 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     DUMP ROUTINES   */
 
 #include       "debug.h"
index ff0f763..bb849fb 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     E R R O R   A N D  D I A G N O S T I C   R O U T I N E S        */
 
 #include       "lint.h"
index e949977..b65629e 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* EXPRESSION STACK */
 /* Used for global initializations */
 struct e_stack {
index a037c8f..b85ae8c 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* EXPRESSION-CODE GENERATOR */
 
 #include       "lint.h"
index 29f3f2a..6f0eb2c 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* EXPRESSION TREE HANDLING */
 
 #include       "lint.h"
index 43f96de..b341524 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* EXPRESSION DESCRIPTOR */
 
 /*     What we want to define is the struct expr, but since it contains
index 667bc30..e802812 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     EXPRESSION SYNTAX PARSER        */
 
 {
index a6fceaa..3f8c07a 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     BITFIELD EXPRESSION EVALUATOR   */
 
 #include       "lint.h"
index 76fdd5a..7b4f219 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* FIELD DESCRIPTOR */
 
 struct field   {       /* for field specifiers */
index ef2892b..e70ee29 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* F I L E   I N F O R M A T I O N   S T R U C T U R E */
 
 struct file_info {
index 19a7508..8ac330d 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1989 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     C O N S T A N T   E X P R E S S I O N   H A N D L I N G         */
 /*       F O R   F L O A T I N G   P O I N T   N U M B E R S           */
 
index 85db505..1e6fa24 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     IDENTIFIER  FIDDLING & SYMBOL TABLE HANDLING    */
 
 #include       "lint.h"
index bdf8d3f..c4d01ea 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* IDENTIFIER DESCRIPTOR */
 
 #include       "nopp.h"
index 585db7f..bc97dae 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* PREPROCESSOR: INITIALIZATION ROUTINES */
 
 #include       "nopp.h"
index c56f48c..5080aab 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 
 #include "inputtype.h"
 #include "file_info.h"
index 47d7207..972eaf2 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 #define INP_PUSHBACK 3
 
 #include <inp_pkg.spec>
index 4abd01b..4967e55 100644 (file)
@@ -1,4 +1,4 @@
-/* $Header$ */
+/* $Id$ */
 /*
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
index 4296be9..e7fb3d3 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* CODE FOR THE INITIALISATION OF GLOBAL VARIABLES */
 
 {
index 2e7b71d..f074714 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 
 /*     To determine the minimum scope of a local variable, all (braced)
        scopes are numbered consecutively.  Next we maintain an array which
index 9f416b2..d1539d9 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 
 /*     Lint class constants    */
 
index d5de417..da9d2b7 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     Lint-specific comment handling  */
 
 #include       <ctype.h>
index 9340b08..047f2a9 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 
 extern int LINTLIB;                    /* file is lint library */
 extern int s_NOTREACHED;               /* statement not reached */
index 02e7a34..5c0b90a 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1990 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 
 /*
  * This file can be considered the em_code.h file of lint.
index 4eee840..56515eb 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     Lint evaluation order checking  */
 
 #include       "lint.h"
index 48fe06d..497d7bd 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     Lint main routines      */
 
 #include       "lint.h"
index 0bdffde..362954e 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     LINT FLAGS      */
 
 #define        USED            0
index 6f900fd..5e8cd08 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     Lint miscellaneous routines     */
 
 #include       "lint.h"
index dae7b51..3df813b 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     Lint outdef construction        */
 
 #include       "lint.h"
index 01a006c..d7494dd 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     Lint output definition  */
 
 /* Values for ar_class */
index 5f8f1b2..610e74d 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     Lint state stack        */
 
 /* These datastructures are used to implement a stack on which the
index 47752a5..99e1a49 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     Lint status checking    */
 
 #include       "lint.h"
index 242ccae..6430004 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*             L A B E L   H A N D L I N G             */
 
 #include       "Lpars.h"
index 16e1bf7..629577d 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*             L A B E L   D E F I N I T I O N                         */
 
 #include <em_label.h>          /* obtain definition of "label" */
index 9cf119e..70ac745 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*  LEVEL DEFINITIONS */
 
 /*     The level of the top-most stack_level is kept in a global variable
index 9e6af22..1414741 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* PREPROCESSOR: DEFINITION OF MACRO DESCRIPTOR */
 
 #include       "nopp.h"
index 3de7f6e..2746e56 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* MAIN PROGRAM */
 
 #include       "lint.h"
index 56d104a..a500239 100755 (executable)
@@ -1,6 +1,6 @@
 cat <<'--EOT--'
 /* Generated by make.tokcase */
-/* $Header$ */
+/* $Id$ */
 #include "Lpars.h"
 
 char *
index 26381e1..f1d1273 100755 (executable)
@@ -1,6 +1,6 @@
 cat <<'--EOT--'
 /* Generated by make.tokfile */
-/* $Header$ */
+/* $Id$ */
 --EOT--
 
 sed '
index 49b856b..173d004 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* MESSAGE ADMINISTRATION */
 
 extern int fp_used;    /* code.c       */
index bbb9318..c7298d5 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     U S E R   O P T I O N - H A N D L I N G         */
 
 #include       "lint.h"
index 1849dbc..92739dd 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* PREPROCESSOR: PRAGMA INTERPRETER */
 
 #include       "debug.h"
index 1c1a804..937effa 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* PROGRAM PARSER */
 
 /*     The presence of typedef declarations renders it impossible to
index 3e236c3..e1ff73a 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*  P R O T O T Y P E   F I D D L I N G  */
 
 #include       "lint.h"
index 4116113..a8f9e02 100644 (file)
@@ -1,4 +1,4 @@
-# $Header$
+# $Id$
 
 # C compilation part. Not to be called directly.
 # Instead, it is to be called by the Makefile.
index 2ac31ba..ea61976 100644 (file)
@@ -1,4 +1,4 @@
-# $Header$
+# $Id$
 
 # make ANSI C compiler
 
index 6bdf4ca..03219de 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* PARAMETER TYPE LIST DEFINITION */
 
 struct proto {
index 298eab9..b5983c7 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*  M A C R O   R E P L A C E M E N T */
 #include       "nopp.h"
 
index 06948a1..d936fe3 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     DEFINITIONS FOR THE MACRO REPLACEMENT ROUTINES          */
 
 struct repl {
index aa3aaa8..69785fd 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* VARIOUS TARGET MACHINE SIZE DESCRIPTORS */
 
 #include "nocross.h"
index 85664a1..f96878a 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* PREPROCESSOR: INPUT SKIP FUNCTIONS */
 
 #include       "nopp.h"
index f086845..947d1c7 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* OCCURANCES OF SPECIAL IDENTIFIERS */
 
 #define        SP_SETJMP       1
index f8e25b6..401d91b 100644 (file)
@@ -7,7 +7,7 @@
 
 /* D E B U G G E R   S Y M B O L   T A B L E */
 
-/* $Header$ */
+/* $Id$ */
 
 #include       "dbsymtab.h"
 
index 55ca145..b0cf97c 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     S T A C K / U N S T A C K  R O U T I N E S      */
 
 #include       "lint.h"
index fd7e76d..ddb38c5 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* IDENTIFIER STACK DEFINITIONS */
 
 /*     The identifier stack is implemented as a stack of sets.
index b8f6eca..97fd969 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     STATEMENT SYNTAX PARSER */
 
 {
index ca20cfd..0a98e67 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* library routine for copying structs */
 
 __stb(n, f, t)
index a5f4768..feaa82f 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     S T A T E M E N T - B L O C K   D E F I N I T I O N S   */
 
 struct stmt_block      {
index ce35862..805df0b 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     ADMINISTRATION OF STRUCT AND UNION DECLARATIONS */
 
 #include       "nobitfield.h"
index 1e41050..8dafd85 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* SELECTOR DESCRIPTOR */
 
 struct sdef    {               /* for selectors */
index ad3efdb..bd7b37a 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     S W I T C H - S T A T E M E N T  A D M I N I S T R A T I O N    */
 
 #include       "lint.h"
index a8c118f..fd2dd45 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*             S W I T C H - T A B L E - S T R U C T U R E             */
 
 struct switch_hdr      {
index 875ead5..75e5931 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* TOKEN NAME DEFINITIONS */
 
 #include       "idf.h"
index bd883f1..fdff2fb 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* TOKENNAME DEFINITION */
 
 struct tokenname       {       /*      Used for defining the name of a
index d78de86..ef0d2cd 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /*     T Y P E   D E F I N I T I O N   M E C H A N I S M        */
 
 #include       "nobitfield.h"
index 4f5ef36..c1c6205 100644 (file)
@@ -2,7 +2,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-/* $Header$ */
+/* $Id$ */
 /* TYPE DESCRIPTOR */
 
 #include       "nobitfield.h"
index 9f51de2..9b9d115 100644 (file)
@@ -5,7 +5,7 @@
 
 /* M I S C E L L A N E O U S   U T I L I T I E S */
 
-/* $Header$ */
+/* $Id$ */
 
 /*     Code for the allocation and de-allocation of temporary variables,
        allowing re-use.