From dc151a32fbc569f44bc7542107a5b5eb4fb0aece Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20K=C3=A5gedal?= <david@kagedal.org>
Date: Tue, 8 Apr 1997 23:14:38 +0200
Subject: [PATCH] Removed excess %token F_CONSTANT

Rev: src/language.yacc:1.36
---
 src/language.yacc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/language.yacc b/src/language.yacc
index 67f54e7086..42132d72e9 100644
--- a/src/language.yacc
+++ b/src/language.yacc
@@ -79,7 +79,6 @@
 %token F_CLASS
 %token F_COLON_COLON
 %token F_COMMA
-%token F_CONSTANT
 %token F_CONTINUE 
 %token F_DEFAULT
 %token F_DIV_EQ
@@ -158,7 +157,7 @@
 /* This is the grammar definition of Pike. */
 
 #include "global.h"
-RCSID("$Id: language.yacc,v 1.35 1997/04/07 22:56:48 marcus Exp $");
+RCSID("$Id: language.yacc,v 1.36 1997/04/08 21:14:38 kg Exp $");
 #ifdef HAVE_MEMORY_H
 #include <memory.h>
 #endif
-- 
GitLab