Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Mon, 29 Jan 2001 22:05:26 -0600 Message-ID: <3A763D86.2C5030C3@qwest.net> From: "AJ Reins" To: "CygWin Mailing List" X-Mailer: Mozilla 4.76 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 Subject: Bug in /usr/include/mingw/assert.h (w/patch) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 - tbispqwest.net -or- tbispmy-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