added "#ifdef NORCSID"
This commit is contained in:
parent
d068cf64b3
commit
c89acc55c7
1 changed files with 2 additions and 0 deletions
|
@ -3,7 +3,9 @@
|
||||||
* This file is copied into Lpars.c.
|
* This file is copied into Lpars.c.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
# ifndef NORCSID
|
||||||
static char *rcsid = "$Header$";
|
static char *rcsid = "$Header$";
|
||||||
|
# endif
|
||||||
|
|
||||||
#define LLSTSIZ 1024
|
#define LLSTSIZ 1024
|
||||||
static short LLstack[LLSTSIZ]; /* Recovery stack */
|
static short LLstack[LLSTSIZ]; /* Recovery stack */
|
||||||
|
|
Loading…
Reference in a new issue