Next batch.

This commit is contained in:
Manoel Trapier
2013-03-08 19:13:03 +01:00
committed by Manoël Trapier
parent 60330b05cd
commit 3d1d1277b7
34 changed files with 568 additions and 603 deletions

View File

@@ -34,11 +34,11 @@
!File: botch_free.h
/*#define BOTCH_FREE 1 /* botch freed memory, as a check */
/*#define BOTCH_FREE 1*/ /* botch freed memory, as a check */
!File: debug.h
/*#define DEBUG 1 /* perform various self-tests */
/*#define DEBUG 1*/ /* perform various self-tests */
#define NDEBUG 1 /* disable assertions */
@@ -51,7 +51,7 @@
!File: inputtype.h
/*#define INP_READ_IN_ONE 1 /* read input file in one. */
/*#define INP_READ_IN_ONE 1*/ /* read input file in one. */
/* If defined, we cannot read from a pipe */