put a FLAC__ASSERT wrapper around assert()

This commit is contained in:
Josh Coalson
2001-05-31 20:11:02 +00:00
parent 88f94d0fb3
commit 1b68982b0e
25 changed files with 337 additions and 308 deletions

View File

@@ -22,7 +22,6 @@
* duplicated here. Look for 'DUPLICATE:' in comments.
*/
#include <assert.h>
#include <ctype.h>
#include <stdarg.h>
#include <stdio.h>
@@ -239,7 +238,7 @@ bool list(FILE *f, bool verbose)
}
break;
default:
assert(0);
FLAC__ASSERT(0);
}
if(!metadata.is_last)