[GRASS-SVN] r62633 - in grass/branches/releasebranch_7_0: . include/defs

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 6 00:20:52 PST 2014


Author: neteler
Date: 2014-11-06 00:20:52 -0800 (Thu, 06 Nov 2014)
New Revision: 62633

Modified:
   grass/branches/releasebranch_7_0/
   grass/branches/releasebranch_7_0/include/defs/gis.h
Log:
Fallback in case RELDIR not defined (trunk, r62632)


Property changes on: grass/branches/releasebranch_7_0
___________________________________________________________________
Modified: svn:mergeinfo
   - /grass/trunk:61096,62179-62180,62182,62403,62422,62424,62437,62466,62487,62491,62494,62501,62506,62508-62509,62515,62518-62519,62521,62526,62533,62539,62541,62555,62562,62570,62573,62575,62597,62603,62606,62609,62614,62618
   + /grass/trunk:61096,62179-62180,62182,62403,62422,62424,62437,62466,62487,62491,62494,62501,62506,62508-62509,62515,62518-62519,62521,62526,62533,62539,62541,62555,62562,62570,62573,62575,62597,62603,62606,62609,62614,62618,62632

Modified: grass/branches/releasebranch_7_0/include/defs/gis.h
===================================================================
--- grass/branches/releasebranch_7_0/include/defs/gis.h	2014-11-06 07:59:05 UTC (rev 62632)
+++ grass/branches/releasebranch_7_0/include/defs/gis.h	2014-11-06 08:20:52 UTC (rev 62633)
@@ -64,6 +64,10 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 
+#ifndef RELDIR
+#define RELDIR "?"
+#endif
+
 /* adj_cellhd.c */
 void G_adjust_Cell_head(struct Cell_head *, int, int);
 void G_adjust_Cell_head3(struct Cell_head *, int, int, int);



More information about the grass-commit mailing list