ChangeLog 2001-07-21 18:15 UTC+0100
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user