summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/yacc/skeleton.c3
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",
OpenPOWER on IntegriCloud