Replace some if conditionals with asserts where appropiate.

--HG--
extra : convert_revision : 991989e77b31d84f9aab2e27a5366c18a78407ae
This commit is contained in:
Juan RP
2008-12-21 01:50:19 +01:00
parent d3b02d6c95
commit 5722c8aca1
6 changed files with 53 additions and 86 deletions

View File

@@ -28,6 +28,8 @@
#include <stdio.h>
#include <inttypes.h>
// #define NDEBUG
#include <assert.h>
#include <prop/proplib.h>