Removed definitions of TRUE and FALSE from ifscompose.h.

--Sven
This commit is contained in:
Sven Neumann 1998-05-27 09:26:45 +00:00
parent 326ad09118
commit 36e02fc79d
2 changed files with 6 additions and 5 deletions

View file

@ -1,9 +1,13 @@
Wed May 27 11:22:46 MEST 1998 Sven Neumann <sven@gimp.org>
* plug-ins/ifscompose/ifscompose.h: removed definition of TRUE
and FALSE
Tue May 26 17:20:26 EDT 1998 Adrian Likins <adrian@gimp.org>
* plug-ins/sript-fu/scripts/predator.scm: made insesitive on
* plug-ins/sript-fu/scripts/predator.scm: made insensitive on
greyscale images
Tue May 26 12:03:07 PDT 1998 Manish Singh <yosh@gimp.org>
* app/batch.c: do "-" to "_" conversion after an failed pdb

View file

@ -21,9 +21,6 @@
#define SQR(x) ((x) * (x))
#define TRUE 1
#define FALSE 0
typedef struct {
gdouble a11,a12,a21,a22,b1,b2;
} Aff2;