Changeset 13661

Show
Ignore:
Timestamp:
02/01/08 17:14:02 (5 months ago)
Author:
warmerdam
Message:

rename template to xxtemplate so it will work on C++ compilers

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spike/grib/degrib18/g2clib-1.0.4/grib2.h

    r13652 r13661  
    157157typedef float g2float; 
    158158 
     159/* We do this in an effort to make this include file work from C++! */ 
     160#define template xxtemplate 
     161 
    159162typedef struct { 
    160163   g2int type;           /* 3=Grid Defintion Template.                       */