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
376 B
C
13 lines
376 B
C
--- lib/lidar/lidar.h.orig 2021-07-04 15:30:31 UTC
|
|
+++ lib/lidar/lidar.h
|
|
@@ -62,9 +62,6 @@
|
|
/* INTERPOLATOR */
|
|
#define P_BILINEAR 1
|
|
#define P_BICUBIC 0
|
|
- /* Boolean definitions */
|
|
-#define TRUE 1
|
|
-#define FALSE 0
|
|
|
|
/*----------------------------------------------------------------------------------------------------------*/
|
|
/*STRUCTS DECLARATION */
|