Hi,
in src/include/gis.h
the constant
static const char *GRASS_copyright = "GRASS GNU GPL licensed Software" ;
is defined but never used. Can we use it somehow or delete it?
Markus
Hi,
in src/include/gis.h
the constant
static const char *GRASS_copyright = "GRASS GNU GPL licensed Software" ;
is defined but never used. Can we use it somehow or delete it?
Markus
Markus Neteler wrote:
in src/include/gis.h
the constant
static const char *GRASS_copyright = "GRASS GNU GPL licensed Software" ;is defined but never used. Can we use it somehow or delete it?
The point of this definition is to ensure that the string is embedded
into every executable. It won't harm anything if it is removed.
--
Glynn Clements <glynn.clements@virgin.net>