Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : proto

Dir     : e17/proto/edje_cc


Modified Files:
        edje.l 


Log Message:
more
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/edje_cc/edje.l,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje.l      8 Sep 2004 00:12:02 -0000       1.3
+++ edje.l      8 Sep 2004 00:15:45 -0000       1.4
@@ -43,7 +43,7 @@
 fractional_constant ([0-9]*"."[0-9]+)|([0-9]+".")
 floating_constant 
((({start_part}{fractional_constant}{exponent_part}?)|({start_part}[0-9]+{exponent_part}))[FfLl]?)|({start_part}[0-9][0-9]*)
 
-string [a-zA-Z_:][a-zA-Z_0-9:.]*
+string [a-zA-Z_][a-zA-Z_0-9]*
 
 %%
 action                         { KEYWORD_RETURN(ACTION); }




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to