This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug preprocessor/29276] C preprocessor run on Objective C code



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-09-29 04:34 -------
Someone did not read the docs correctly.
Anyways in NSException.h
the defintion for THROW should be:
# define THROW(exception...)    [exception raise]


http://gcc.gnu.org/onlinedocs/gcc-4.1.1/cpp/Variadic-Macros.html#Variadic-Macros


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29276


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]