diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-02 00:29:53 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-02 00:29:53 +0000 |
commit | 58020137fcd5c4a77919d853734f563f7aeb6cb1 (patch) | |
tree | ce392527ec13f23633e04b5876c50b37873a2651 /lib/liby/yyerror.c | |
parent | ac7774b0144eed120eee55b2a3e16aaf80f8b937 (diff) |
$OpenBSD$
Diffstat (limited to 'lib/liby/yyerror.c')
-rw-r--r-- | lib/liby/yyerror.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/liby/yyerror.c b/lib/liby/yyerror.c index f32deb9c655..f34ed7cc5cf 100644 --- a/lib/liby/yyerror.c +++ b/lib/liby/yyerror.c @@ -1,3 +1,5 @@ +/* $OpenBSD: yyerror.c,v 1.3 2000/03/02 00:29:51 todd Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,7 +35,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)yyerror.c 5.2 (Berkeley) 5/15/90";*/ -static char rcsid[] = "$Id: yyerror.c,v 1.2 1997/06/21 12:33:15 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: yyerror.c,v 1.3 2000/03/02 00:29:51 todd Exp $"; #endif /* not lint */ #include <stdio.h> |