On 09/20/2009 08:35 AM, Юрушкин Михаил wrote: > There is also one question. I haven't found the answer on this one yet :( > > I use C target, but compile it as C++ code. there is a following problem: > all variables are initialized by NULL value. So I get something like that: > > >> string a = NULL; >> > How can I exclude such definitions? > > Please read past posts about this (markmail search).
It cannot really be done unless I don't initialize any variables and such initializations are relied upon. You need to use pointers not objects. Jim List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en -~----------~----~----~----~------~----~------~--~---
