[GRASS-SVN] r57879 - grass/branches/releasebranch_6_4/lib/rst/interp_float
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 30 08:28:06 PDT 2013
Author: neteler
Date: 2013-09-30 08:28:06 -0700 (Mon, 30 Sep 2013)
New Revision: 57879
Modified:
grass/branches/releasebranch_6_4/lib/rst/interp_float/point2d.c
Log:
rst lib, v.vol.rst: avoid namespace pollution on AIX (backport from trunk, r56922)
Modified: grass/branches/releasebranch_6_4/lib/rst/interp_float/point2d.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/rst/interp_float/point2d.c 2013-09-30 15:27:57 UTC (rev 57878)
+++ grass/branches/releasebranch_6_4/lib/rst/interp_float/point2d.c 2013-09-30 15:28:06 UTC (rev 57879)
@@ -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