Changed RCSid
This commit is contained in:
parent
474d9d6e0f
commit
317ab99ecf
7 changed files with 21 additions and 7 deletions
|
@ -31,7 +31,9 @@
|
||||||
# include "types.h"
|
# include "types.h"
|
||||||
# include "extern.h"
|
# include "extern.h"
|
||||||
|
|
||||||
static string rcsid = "$Header$";
|
# ifndef NORCSID
|
||||||
|
static string rcsida = "$Header$";
|
||||||
|
# endif
|
||||||
|
|
||||||
static string e_nomem = "Out of memory";
|
static string e_nomem = "Out of memory";
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,9 @@
|
||||||
# include "io.h"
|
# include "io.h"
|
||||||
# include "tunable.h"
|
# include "tunable.h"
|
||||||
|
|
||||||
static string rcsid = "$Header$";
|
# ifndef NORCSID
|
||||||
|
static string rcsid4 = "$Header$";
|
||||||
|
# endif
|
||||||
|
|
||||||
char ltext[LTEXTSZ];
|
char ltext[LTEXTSZ];
|
||||||
t_entry h_entry[NTERMINALS+NNONTERMS+1];
|
t_entry h_entry[NTERMINALS+NNONTERMS+1];
|
||||||
|
|
|
@ -32,7 +32,9 @@
|
||||||
# include "../../../h/em_path.h"
|
# include "../../../h/em_path.h"
|
||||||
# include "types.h"
|
# include "types.h"
|
||||||
|
|
||||||
static string rcsid = "$Header$";
|
# ifndef NORCSID
|
||||||
|
static string rcsid5 = "$Header$";
|
||||||
|
# endif
|
||||||
|
|
||||||
/* In this file the following routines are defined: */
|
/* In this file the following routines are defined: */
|
||||||
extern UNLINK();
|
extern UNLINK();
|
||||||
|
|
|
@ -34,7 +34,9 @@
|
||||||
# include "sets.h"
|
# include "sets.h"
|
||||||
# include "assert.h"
|
# include "assert.h"
|
||||||
|
|
||||||
static string rcsid = "$Header$";
|
# ifndef NORCSID
|
||||||
|
static string rcsid6 = "$Header$";
|
||||||
|
# endif
|
||||||
|
|
||||||
static string rec_file;
|
static string rec_file;
|
||||||
static string incl_file;
|
static string incl_file;
|
||||||
|
|
|
@ -34,7 +34,9 @@
|
||||||
# include "assert.h"
|
# include "assert.h"
|
||||||
# include "io.h"
|
# include "io.h"
|
||||||
|
|
||||||
static string rcsid = "$Header$";
|
# ifndef NORCSID
|
||||||
|
static string rcsid7 = "$Header$";
|
||||||
|
# endif
|
||||||
|
|
||||||
# define HASHSIZE 128
|
# define HASHSIZE 128
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,9 @@
|
||||||
# include "io.h"
|
# include "io.h"
|
||||||
# include "assert.h"
|
# include "assert.h"
|
||||||
|
|
||||||
static string rcsid = "$Header$";
|
# ifndef NORCSID
|
||||||
|
static string rcsid8 = "$Header$";
|
||||||
|
# endif
|
||||||
|
|
||||||
/* In this file the following routines are defined: */
|
/* In this file the following routines are defined: */
|
||||||
extern co_reach();
|
extern co_reach();
|
||||||
|
|
|
@ -36,7 +36,9 @@
|
||||||
# include "extern.h"
|
# include "extern.h"
|
||||||
# include "assert.h"
|
# include "assert.h"
|
||||||
|
|
||||||
static string rcsid = "$Header$";
|
# ifndef NORCSID
|
||||||
|
static string rcsidc = "$Header$";
|
||||||
|
# endif
|
||||||
|
|
||||||
/* Here are defined : */
|
/* Here are defined : */
|
||||||
extern int scanner();
|
extern int scanner();
|
||||||
|
|
Loading…
Add table
Reference in a new issue