GDAL 3.3.0 introduces the use of standard C bool type. Redefining bool locally, as in vector/v.hull/chull.c causes failure. Obtained from: https://github.com/OSGeo/grass/pull/1567
13 lines
373 B
C
13 lines
373 B
C
--- raster3d/r3.showdspf/togif.c.orig 2021-07-04 15:33:18 UTC
|
|
+++ raster3d/r3.showdspf/togif.c
|
|
@@ -324,9 +324,6 @@ static int ditherrow(unsigned short *r, unsigned short
|
|
*
|
|
*****************************************************************************/
|
|
|
|
-#define TRUE 1
|
|
-#define FALSE 0
|
|
-
|
|
|
|
/************************** BumpPixel() ********************************/
|
|
/*
|