From d26cb6597ecd1c6b612d0159651cd607f9003a09 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Thu, 20 Jun 2002 16:09:31 +0000 Subject: removed strtod, reimplement non-GPL strtod cover within dmstor.c git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1024 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- src/projects.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/projects.h') diff --git a/src/projects.h b/src/projects.h index 54f01155..fe602c08 100644 --- a/src/projects.h +++ b/src/projects.h @@ -28,6 +28,9 @@ ****************************************************************************** * * $Log$ + * Revision 1.11 2002/06/20 16:09:31 warmerda + * removed strtod, reimplement non-GPL strtod cover within dmstor.c + * * Revision 1.10 2002/06/13 14:06:49 warmerda * Removed incorrect labelling of 3PARAM and 7PARAM as Molodensky. * @@ -285,7 +288,6 @@ struct CTABLE { }; /* procedure prototypes */ double dmstor(const char *, char **); -double proj_strtod( const char *, char ** ); void set_rtodms(int, int); char *rtodms(char *, double, int, int); double adjlon(double); -- cgit v1.2.3