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:
Ron Pinkas
2000-07-13 14:45:21 +00:00
parent 531c38c9f8
commit 9de1dac58e
2 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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;\