mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove duplicate macro definition
This commit is contained in:
parent
85d39860a5
commit
15cbf73fc5
@ -18,7 +18,6 @@
|
|||||||
typedef unsigned char bool;
|
typedef unsigned char bool;
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
#define MIN(x, y) ((x < y) ? x : y)
|
|
||||||
#define MAX(x, y) ((x > y) ? x : y)
|
#define MAX(x, y) ((x > y) ? x : y)
|
||||||
#define nullfree(x) if(x != NULL) free(x); x = NULL;
|
#define nullfree(x) if(x != NULL) free(x); x = NULL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user