RE: Suppressing ifempty with an annotation?

2002-05-15 Thread Richard A. O'Keefe
David Friedman <[EMAIL PROTECTED]> wrote: I encountered a problem very much similar to this when checking some code that made extensive use of this macro: #define newstr(s)\ strcpy(malloc(strlen(s) + 1), s) every time it used that m

Re: Suppressing ifempty with an annotation?

2002-05-15 Thread David Friedman
> > David Friedman <[EMAIL PROTECTED]> wrote: > I encountered a problem very much similar to this when checking some > code that made extensive use of this macro: > > #define newstr(s)\ > strcpy(malloc(strlen(s) + 1), s) > > every time it used t