[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[certi-cvs] certi/libCERTI tokens.ll
From: |
certi-cvs |
Subject: |
[certi-cvs] certi/libCERTI tokens.ll |
Date: |
Sun, 07 Feb 2010 01:00:47 +0000 |
CVSROOT: /sources/certi
Module name: certi
Changes by: Eric NOULARD <erk> 10/02/07 01:00:47
Modified files:
libCERTI : tokens.ll
Log message:
Partial fix for
bug #28832 : CERTI's FED file parser can not parse minus sign in names
minus is Ok but it seems that postfixed space name are not :-(
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/tokens.ll?cvsroot=certi&r1=3.7&r2=3.8
Patches:
Index: tokens.ll
===================================================================
RCS file: /sources/certi/certi/libCERTI/tokens.ll,v
retrieving revision 3.7
retrieving revision 3.8
diff -u -b -r3.7 -r3.8
--- tokens.ll 24 Nov 2009 21:44:47 -0000 3.7
+++ tokens.ll 7 Feb 2010 01:00:44 -0000 3.8
@@ -20,7 +20,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA
//
-// $Id: tokens.ll,v 3.7 2009/11/24 21:44:47 erk Exp $
+// $Id: tokens.ll,v 3.8 2010/02/07 01:00:44 erk Exp $
// ----------------------------------------------------------------------------
#include "syntax.h"
@@ -54,7 +54,7 @@
int yyerror(const char *);
%}
-ident [A-Za-z_][A-Za-z0-9_\.]*
+ident [A-Za-z_][-A-Za-z0-9_\.]*
%%
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [certi-cvs] certi/libCERTI tokens.ll,
certi-cvs <=