[Bug c/12543] ISO C requires whitespace after the mac

falk at debian dot org gcc-bugzilla@gcc.gnu.org
Wed Oct 8 23:06:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


falk at debian dot org changed:

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


------- Additional Comments From falk at debian dot org  2003-10-08 23:06 -------
You want

#define CONST 10

and

#define max(a,b) (((a) > (b)) ? (a): (b))

Please read a good book on C.



More information about the Gcc-bugs mailing list