[GRASS-SVN] r57878 - grass/branches/develbranch_6/lib/rst/interp_float
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 30 08:27:57 PDT 2013
Author: neteler
Date: 2013-09-30 08:27:57 -0700 (Mon, 30 Sep 2013)
New Revision: 57878
Modified:
grass/branches/develbranch_6/lib/rst/interp_float/point2d.c
Log:
rst lib, v.vol.rst: avoid namespace pollution on AIX (backport from trunk, r56922)
Modified: grass/branches/develbranch_6/lib/rst/interp_float/point2d.c
===================================================================
--- grass/branches/develbranch_6/lib/rst/interp_float/point2d.c 2013-09-30 15:22:07 UTC (rev 57877)
+++ grass/branches/develbranch_6/lib/rst/interp_float/point2d.c 2013-09-30 15:27:57 UTC (rev 57878)
@@ -33,6 +33,11 @@
#define POINT2D_C
#include <grass/interpf.h>
+/* needed for AIX */
+#ifdef hz
+#undef hz
+#endif
+
int IL_check_at_points_2d(struct interp_params *params, struct quaddata *data, /* current region */
double *b, /* solution of linear equations */
double *ertot, /* total error */
More information about the grass-commit
mailing list