Hi!

6-Янв-2005 14:25 [EMAIL PROTECTED] (Alain) wrote to
freedos-kernel@lists.sourceforge.net:

>>     OmmitIfOptimizeSize break ();
A> Has anyone managed to make this construct qork with OpenWatcom?

#if OPTIMIZE
# define OmmitIfOptimizeSize(statement)
#else
# define OmmitIfOptimizeSize(statement) statement
#endif

  OmmitIfOptimizeSize (break);

A> We (me and Andreas) have run across this issue for debug macros and the
A> /##/ construct aparently does not work.

     What precisely doesn't work?

A> We would appreciate any hint to an alternate construct ;-)




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freedos-kernel mailing list
Freedos-kernel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-kernel

Reply via email to