diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9e607499d2..af7e9444f5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +2001-07-21 18:15 UTC+0100 Ryszard Glab + + *source/compiler/harbour.sly + *fixed support for &alias->( expression ) + 2001-07-21 16:15 UTC+0100 Ryszard Glab *include/hbexpra.c diff --git a/harbour/source/compiler/harbour.sly b/harbour/source/compiler/harbour.sly index 09d184485e..81b722dd5b 100644 --- a/harbour/source/compiler/harbour.sly +++ b/harbour/source/compiler/harbour.sly @@ -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