ChangeLog 2001-07-21 18:15 UTC+0100

This commit is contained in:
Ryszard Glab
2001-07-21 16:56:04 +00:00
parent 4f4a73e9f9
commit 8e957ebe48
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2001-07-21 18:15 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
*source/compiler/harbour.sly
*fixed support for &alias->( expression )
2001-07-21 16:15 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
*include/hbexpra.c

View File

@@ -532,7 +532,7 @@ MacroVar : MACROVAR { $$ = hb_compExprNewMacro( NULL, '&', $1 );
| MACROTEXT { $$ = hb_compExprNewMacro( NULL, 0, $1 ); }
;
MacroVarAlias : MacroVar ALIASOP { $$ = $1; $$->value.asMacro.SubType = HB_ET_MACRO_SYMBOL; }
MacroVarAlias : MacroVar ALIASOP { $$ = $1; }
;
/* Macro expressions