2010-03-21 20:00 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/macro/macro.y
+ added support for
<alias> -> &( <exp> )
in macrocompiler
* harbour/src/macro/macro.yyc
* regenerated for new grammar rules
This commit is contained in:
@@ -17,6 +17,15 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-03-21 20:00 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/src/macro/macro.y
|
||||
+ added support for
|
||||
<alias> -> &( <exp> )
|
||||
in macrocompiler
|
||||
|
||||
* harbour/src/macro/macro.yyc
|
||||
* regenerated for new grammar rules
|
||||
|
||||
2010-03-21 12:26 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* bin/hb-mkimp.prg
|
||||
+ Finished, tested. This version also adds pocc64 support.
|
||||
|
||||
@@ -393,6 +393,7 @@ FieldVarAlias : FieldAlias VarAlias { $$ = $2; }
|
||||
|
||||
AliasId : IDENTIFIER { $$ = hb_compExprNewVar( $1, HB_COMP_PARAM ); }
|
||||
| MacroVar
|
||||
| MacroExpr
|
||||
;
|
||||
|
||||
AliasVar : NumAlias AliasId { $$ = hb_compExprNewAliasVar( $1, $2, HB_COMP_PARAM ); }
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user