Bug in /usr/include/mingw/assert.h (w/patch)

AJ Reins tbisp@qwest.net
Mon Jan 29 20:05:00 GMT 2001


There is a small bug in /usr/include/mingw/assert.h. Here is the
patch.
*** assert.h.old	Mon Dec 25 11:44:58 2000
--- assert.h	Mon Jan 29 10:57:24 2001
***************
*** 41,47 ****
  /*
   * If not debugging, assert does nothing.
   */
! #define assert(x)	((void)0);
  
  #else /* debugging enabled */
  
--- 41,47 ----
  /*
   * If not debugging, assert does nothing.
   */
! #define assert(x)	((void)0)
  
  #else /* debugging enabled */
  

-- 
AJ Reins - tbisp<AT>qwest.net -or- tbisp<AT>my-deja.com
Warning label I would like to see on software:
"Before using, read instructions.
 If you do not understand or cannot read,
  do no use this product."

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list