[GRASS-SVN] r35522 - grass/trunk/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 20 15:52:54 EST 2009
Author: neteler
Date: 2009-01-20 15:52:54 -0500 (Tue, 20 Jan 2009)
New Revision: 35522
Modified:
grass/trunk/include/gisdefs.h
Log:
don't swig G_vasprintf()
Modified: grass/trunk/include/gisdefs.h
===================================================================
--- grass/trunk/include/gisdefs.h 2009-01-20 20:47:12 UTC (rev 35521)
+++ grass/trunk/include/gisdefs.h 2009-01-20 20:52:54 UTC (rev 35522)
@@ -108,7 +108,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