diff options
author | obrien <obrien@FreeBSD.org> | 1999-07-29 09:59:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-07-29 09:59:06 +0000 |
commit | d291b1f656f92ec4b3584a876526262eb40a9a4e (patch) | |
tree | dfa846ffc6cfd8d004bcf85848af645d063e57bd /usr.bin/yacc | |
parent | f979029f4c917975a43d757d90bc80f4153fe1ca (diff) | |
download | FreeBSD-src-d291b1f656f92ec4b3584a876526262eb40a9a4e.zip FreeBSD-src-d291b1f656f92ec4b3584a876526262eb40a9a4e.tar.gz |
Follow the directions in the comments and add our Id string to the output
file.
Diffstat (limited to 'usr.bin/yacc')
-rw-r--r-- | usr.bin/yacc/skeleton.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/yacc/skeleton.c b/usr.bin/yacc/skeleton.c index 7a00b48..d52fe2b 100644 --- a/usr.bin/yacc/skeleton.c +++ b/usr.bin/yacc/skeleton.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: skeleton.c,v 1.16 1999/07/29 08:47:30 obrien Exp $ + * $Id: skeleton.c,v 1.17 1999/07/29 09:42:14 obrien Exp $ */ #ifndef lint @@ -58,6 +58,7 @@ char *banner[] = { "#ifndef lint", "static char const yysccsid[] = \"@(#)yaccpar 1.9 (Berkeley) 02/21/93\";", + "static char const yyrcsid[] = \"$Id$\";", "#endif", "#include <stdlib.h>", "#define YYBYACC 1", |