On Sep 9, 2005, at 5:30 PM, fxcoudert at gcc dot gnu dot org wrote:
+# ifdef sleep +# undef sleep +# endif
You can undef it without having it defined and not worry about a warning. -- pinski
On Sep 9, 2005, at 5:30 PM, fxcoudert at gcc dot gnu dot org wrote:
+# ifdef sleep +# undef sleep +# endif
You can undef it without having it defined and not worry about a warning. -- pinski