bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: [bison-1_29-branch]: enum-int-prob.patch


From: marc-alexandre autret
Subject: FYI: [bison-1_29-branch]: enum-int-prob.patch
Date: Mon, 1 Oct 2001 21:52:14 +0000 (GMT)

Index: ChangeLog
===================================================================
RCS file: /cvsroot/bison/bison/ChangeLog,v
retrieving revision 1.173.2.62
diff -u -r1.173.2.62 ChangeLog
--- ChangeLog   2001/10/01 19:37:31     1.173.2.62
+++ ChangeLog   2001/10/01 19:39:50
@@ -1,5 +1,10 @@
 2001-10-01  Marc Autret  <address@hidden>
 
+       * src/lex.h: Echo modifications.
+       * src/lex.c (unlex): Parameter is now token_t.
+
+2001-10-01  Marc Autret  <address@hidden>
+
        * src/main.c: Include lex.h.
 
 2001-09-29  Akim Demaille  <address@hidden>
Index: src/lex.c
===================================================================
RCS file: /cvsroot/bison/bison/src/lex.c,v
retrieving revision 1.33.2.5
diff -u -r1.33.2.5 lex.c
--- src/lex.c   2001/09/25 18:35:04     1.33.2.5
+++ src/lex.c   2001/10/01 19:39:51
@@ -321,7 +321,7 @@
 
 
 void
-unlex (int token)
+unlex (token_t token)
 {
   unlexed = token;
   unlexed_symval = symval;
Index: src/lex.h
===================================================================
RCS file: /cvsroot/bison/bison/src/lex.h,v
retrieving revision 1.13.2.3
diff -u -r1.13.2.3 lex.h
--- src/lex.h   2001/09/25 18:35:04     1.13.2.3
+++ src/lex.h   2001/10/01 19:39:51
@@ -61,7 +61,7 @@
 void lex_init PARAMS ((void));
 void lex_free PARAMS ((void));
 int skip_white_space PARAMS ((void));
-void unlex PARAMS ((int));
+void unlex PARAMS ((token_t));
 void read_type_name PARAMS ((FILE *fin));
 
 /* Return one of the token-type codes.  When an identifier is seen,

-- 
Autret Marc (address@hidden)
Eleve Ingenieur en Informatique.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]