mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* include/assert.h: (assert): Remove ; from end of definition
Thanks to: AJ Reins <tbisp@qwest.net>
This commit is contained in:
parent
9cf3d9cbb5
commit
535964b7a4
@ -1,4 +1,9 @@
|
||||
|
||||
Tue Jan 30 13:01:01 2001 Earnie Boyd <earnie@users.sourceforge.net>
|
||||
|
||||
* include/assert.h: (assert): Remove ; from end of definition
|
||||
Thanks to: AJ Reins <tbisp@qwest.net>
|
||||
|
||||
Tue Jan 30 07:31:22 2001 Earnie Boyd <earnie@users.sourceforge.net>
|
||||
|
||||
* include/time.h: (CLOCKS_PER_SEC): Type cast the constant.
|
||||
|
@ -41,7 +41,7 @@ extern "C" {
|
||||
/*
|
||||
* If not debugging, assert does nothing.
|
||||
*/
|
||||
#define assert(x) ((void)0);
|
||||
#define assert(x) ((void)0)
|
||||
|
||||
#else /* debugging enabled */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user