2000-07-13 07:45 UTC+0800 Ron Pinkas <ron@profit-master.com>
* source/compiler/harbour.slx
* Corrected premature release of MACROTEXT
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2000-07-13 07:45 UTC+0800 Ron Pinkas <ron@profit-master.com>
|
||||
* source/compiler/harbour.slx
|
||||
* Corrected premature release of MACROTEXT
|
||||
|
||||
2000-07-12 20:45 UTC+0800 Ron Pinkas <ron@profit-master.com>
|
||||
* source/compiler/harbour.slx
|
||||
* Corrected support for PARAMETERS
|
||||
|
||||
@@ -944,9 +944,7 @@ LANGUAGE_RULES_ARE {
|
||||
}\
|
||||
else\
|
||||
{\
|
||||
yytext = hb_strdup( yytext );\
|
||||
aTexts[iTexts++] = yytext; \
|
||||
/* printf( "Text %i At: %i for %s\n", iTexts, aTexts[iTexts - 1], aTexts[iTexts - 1] ); */\
|
||||
yytext = hb_compIdentifierNew( yytext, TRUE );\
|
||||
\
|
||||
yylval.string = yytext;\
|
||||
iRet = MACROTEXT;\
|
||||
@@ -954,9 +952,7 @@ LANGUAGE_RULES_ARE {
|
||||
}\
|
||||
else\
|
||||
{\
|
||||
yytext = hb_strdup( yytext );\
|
||||
aTexts[iTexts++] = yytext;\
|
||||
/* printf( "Text %i At: %i for %s\n", iTexts, aTexts[iTexts - 1], aTexts[iTexts - 1] ); */\
|
||||
yytext = hb_compIdentifierNew( yytext, TRUE );\
|
||||
\
|
||||
yylval.string = yytext;\
|
||||
iRet = MACROTEXT;\
|
||||
|
||||
Reference in New Issue
Block a user