added rcsid
This commit is contained in:
parent
595f2b670b
commit
4daed9da6a
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# $Header$
|
||||||
|
|
||||||
PREFLAGS=-I../../h
|
PREFLAGS=-I../../h
|
||||||
CFLAGS=$(PREFLAGS)
|
CFLAGS=$(PREFLAGS)
|
||||||
LDFLAGS=-i
|
LDFLAGS=-i
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
%{
|
%{
|
||||||
|
|
||||||
|
#ifndef NORCSID
|
||||||
|
static char rcsid2[]="$Header$";
|
||||||
|
#endif
|
||||||
/*
|
/*
|
||||||
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue