On Sep 28, 12:45 am, [EMAIL PROTECTED] (Bernhard Schmalhofer) wrote: > Klaas-Jan Stol schrieb:> hi, > > > attached a patch that adds ".label" as a directive to declare labels > > in a macro. > Applied in r21624.
thanks! > > > The big overall cunning plan is to remove ".local" for this purpose > > (defining labels), and to use ".local" ONLY for declaring variables. > > > Then, once all ".local" (in macros) are replaced by ".label", we can > > start replacing ".sym"s by ".local", so that ".sym" can be removed > > from the lexer. > > Shouldn't that be '.macro_local' or something like that ? > > CU, Bernhard you mean for unique identifiers within a macro? I think that's not a bad idea. (But it's just syntax, it's easy to change at a later point; it's not decided yet) kjs