[GRASS-SVN] r37578 - grass/branches/releasebranch_6_4/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 29 02:57:19 EDT 2009
Author: neteler
Date: 2009-05-29 02:57:19 -0400 (Fri, 29 May 2009)
New Revision: 37578
Modified:
grass/branches/releasebranch_6_4/include/gisdefs.h
Log:
don't swig G_vasprintf() (merge from trunk, r35522)
Modified: grass/branches/releasebranch_6_4/include/gisdefs.h
===================================================================
--- grass/branches/releasebranch_6_4/include/gisdefs.h 2009-05-29 06:57:18 UTC (rev 37577)
+++ grass/branches/releasebranch_6_4/include/gisdefs.h 2009-05-29 06:57:19 UTC (rev 37578)
@@ -122,7 +122,9 @@
* the G_asprintf macro is disabled until a stable version of GDAL
* with a different function becomes widely used
*/
+#ifndef SWIG
int G_vasprintf(char **, const char *, va_list);
+#endif
int G_asprintf(char **, const char *, ...)
__attribute__ ((format(printf, 2, 3)));
More information about the grass-commit
mailing list