[GRASS-SVN] r54247 - grass/trunk/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 8 05:11:42 PST 2012
Author: neteler
Date: 2012-12-08 05:11:42 -0800 (Sat, 08 Dec 2012)
New Revision: 54247
Modified:
grass/trunk/include/la.h
Log:
added to make Ubuntu happy (from https://bugs.launchpad.net/ubuntu/+source/gcc-3.4/+bug/61623/comments/3)
Modified: grass/trunk/include/la.h
===================================================================
--- grass/trunk/include/la.h 2012-12-08 11:40:11 UTC (rev 54246)
+++ grass/trunk/include/la.h 2012-12-08 13:11:42 UTC (rev 54247)
@@ -31,6 +31,10 @@
#include <stdio.h>
#ifdef HAVE_G2C_H
+typedef int __g77_integer;
+typedef unsigned int __g77_uinteger;
+typedef long int __g77_longint;
+typedef unsigned long int __g77_ulongint;
#include <g2c.h>
#else /* for gcc4+ */
typedef int integer;
More information about the grass-commit
mailing list