From 09980f0da8c5f1e49c3e583d2f2ed8d6c5ef277b Mon Sep 17 00:00:00 2001 From: Ryszard Glab Date: Tue, 8 Feb 2000 17:01:37 +0000 Subject: [PATCH] ChangeLog 20000208-17:55 GMT+1 --- harbour/source/compiler/harbour.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/source/compiler/harbour.l b/harbour/source/compiler/harbour.l index d16c42b46f..c89bf7de95 100644 --- a/harbour/source/compiler/harbour.l +++ b/harbour/source/compiler/harbour.l @@ -1084,7 +1084,7 @@ Separator {SpaceTab} yylval.string = hb_strupr( hb_strdup( yytext ) ); BEGIN RETURN_; } -{Separator}+[\[\"\'\.\!\&\{\;_a-zA-Z0-9] { /* an identifier after RETURN, macro, or .NOT., or string, or EOL */ +{Separator}+[\[\"\'\.\!\&\{\;\:_a-zA-Z0-9] { /* an identifier after RETURN, macro, or .NOT., or string, or EOL */ unput( yytext[ yyleng-1 ] ); if( i_INDEX_STATE ) BEGIN INDEX; else BEGIN 0; if( hb_comp_iState == LOOKUP )