diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2009-01-26 17:39:35 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2009-01-26 17:39:35 +0000 |
| commit | 04058618706b306520f1a4656a521ba555601b3b (patch) | |
| tree | ed01d9fc8f0bf124176af38e36582976e7b2d7e5 | |
| parent | fab46abe9f5b7c22c330dd2316342739670bd1bc (diff) | |
| download | PROJ-04058618706b306520f1a4656a521ba555601b3b.tar.gz PROJ-04058618706b306520f1a4656a521ba555601b3b.zip | |
remove SCCSID and lint stuff from all source files
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1515 4e78687f-474d-0410-85f9-8d5e500ac6b2
123 files changed, 4 insertions, 366 deletions
@@ -1,3 +1,7 @@ +2009-01-26 Frank Warmerdam <warmerdam@pobox.com> + + * src/*.c: Remove SCCSID and lint stuff from all source files. + 2009-01-23 Frank Warmerdam <warmerdam@pobox.com> * src/biveval.c: Avoid use of static variables which interfere with diff --git a/src/PJ_august.c b/src/PJ_august.c index ca870b2f..4e6dab98 100644 --- a/src/PJ_august.c +++ b/src/PJ_august.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_august.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> PROJ_HEAD(august, "August Epicycloidal") "\n\tMisc Sph, no inv."; diff --git a/src/PJ_bacon.c b/src/PJ_bacon.c index ab785d2d..dfc559b8 100644 --- a/src/PJ_bacon.c +++ b/src/PJ_bacon.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_bacon.c 4.1 94/02/15 GIE REL"; -#endif # define HLFPI2 2.46740110027233965467 # define EPS 1e-10 #define PROJ_PARMS__ \ diff --git a/src/PJ_bipc.c b/src/PJ_bipc.c index f5008ddf..5cb74256 100644 --- a/src/PJ_bipc.c +++ b/src/PJ_bipc.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_bipc.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ int noskew; #define PJ_LIB__ diff --git a/src/PJ_boggs.c b/src/PJ_boggs.c index bcb806ec..48fdc9ab 100644 --- a/src/PJ_boggs.c +++ b/src/PJ_boggs.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_boggs.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ # include <projects.h> PROJ_HEAD(boggs, "Boggs Eumorphic") "\n\tPCyl., no inv., Sph."; diff --git a/src/PJ_bonne.c b/src/PJ_bonne.c index 2371b2ce..81a5bf98 100644 --- a/src/PJ_bonne.c +++ b/src/PJ_bonne.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_bonne.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double phi1; \ double cphi1; \ diff --git a/src/PJ_cass.c b/src/PJ_cass.c index f4ed2e19..4539c66b 100644 --- a/src/PJ_cass.c +++ b/src/PJ_cass.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_cass.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double m0; \ double n; \ diff --git a/src/PJ_cc.c b/src/PJ_cc.c index b578c476..be1191b6 100644 --- a/src/PJ_cc.c +++ b/src/PJ_cc.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_cc.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double ap; #define PJ_LIB__ diff --git a/src/PJ_cea.c b/src/PJ_cea.c index 4286d9a5..97e4f3aa 100644 --- a/src/PJ_cea.c +++ b/src/PJ_cea.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_cea.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double qp; \ double *apa; diff --git a/src/PJ_chamb.c b/src/PJ_chamb.c index 8526e480..c17a7133 100644 --- a/src/PJ_chamb.c +++ b/src/PJ_chamb.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_chamb.c 4.1 94/02/15 GIE REL"; -#endif typedef struct { double r, Az; } VECT; #define PROJ_PARMS__ \ struct { /* control point data */ \ diff --git a/src/PJ_collg.c b/src/PJ_collg.c index 9bcc24fa..ca389a63 100644 --- a/src/PJ_collg.c +++ b/src/PJ_collg.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_collg.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ # include <projects.h> PROJ_HEAD(collg, "Collignon") "\n\tPCyl, Sph."; diff --git a/src/PJ_crast.c b/src/PJ_crast.c index a72203e8..5351a390 100644 --- a/src/PJ_crast.c +++ b/src/PJ_crast.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_crast.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ # include <projects.h> PROJ_HEAD(crast, "Craster Parabolic (Putnins P4)") diff --git a/src/PJ_denoy.c b/src/PJ_denoy.c index 335eac1c..8b800318 100644 --- a/src/PJ_denoy.c +++ b/src/PJ_denoy.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_denoy.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> PROJ_HEAD(denoy, "Denoyer Semi-Elliptical") "\n\tPCyl., no inv., Sph."; diff --git a/src/PJ_eck1.c b/src/PJ_eck1.c index 18524246..9b31b095 100644 --- a/src/PJ_eck1.c +++ b/src/PJ_eck1.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_eck1.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> PROJ_HEAD(eck1, "Eckert I") "\n\tPCyl., Sph."; diff --git a/src/PJ_eck2.c b/src/PJ_eck2.c index ebfdbda3..f8e0154e 100644 --- a/src/PJ_eck2.c +++ b/src/PJ_eck2.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_eck2.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ # include <projects.h> PROJ_HEAD(eck2, "Eckert II") "\n\tPCyl. Sph."; diff --git a/src/PJ_eck3.c b/src/PJ_eck3.c index 37a56695..d7755f0c 100644 --- a/src/PJ_eck3.c +++ b/src/PJ_eck3.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_eck3.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double C_x, C_y, A, B; #define PJ_LIB__ diff --git a/src/PJ_eck4.c b/src/PJ_eck4.c index 9784a1c4..2b5c8101 100644 --- a/src/PJ_eck4.c +++ b/src/PJ_eck4.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_eck4.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> PROJ_HEAD(eck4, "Eckert IV") "\n\tPCyl, Sph."; diff --git a/src/PJ_eck5.c b/src/PJ_eck5.c index 00b2cae6..3eeb3326 100644 --- a/src/PJ_eck5.c +++ b/src/PJ_eck5.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_eck5.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ # include <projects.h> PROJ_HEAD(eck5, "Eckert V") "\n\tPCyl, Sph."; diff --git a/src/PJ_eqc.c b/src/PJ_eqc.c index e7ac93be..533fb63e 100644 --- a/src/PJ_eqc.c +++ b/src/PJ_eqc.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_eqc.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double rc; #define PJ_LIB__ diff --git a/src/PJ_eqdc.c b/src/PJ_eqdc.c index d3b0a641..eda95b0d 100644 --- a/src/PJ_eqdc.c +++ b/src/PJ_eqdc.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_eqdc.c 4.2 94/03/16 GIE REL"; -#endif #define PROJ_PARMS__ \ double phi1; \ double phi2; \ diff --git a/src/PJ_fahey.c b/src/PJ_fahey.c index f49f7401..93e9b38d 100644 --- a/src/PJ_fahey.c +++ b/src/PJ_fahey.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_fahey.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ # include <projects.h> PROJ_HEAD(fahey, "Fahey") "\n\tPcyl, Sph."; diff --git a/src/PJ_fouc_s.c b/src/PJ_fouc_s.c index ab6225c6..dee05a96 100644 --- a/src/PJ_fouc_s.c +++ b/src/PJ_fouc_s.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_fouc_s.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double n, n1; #define PJ_LIB__ diff --git a/src/PJ_gall.c b/src/PJ_gall.c index 537c91af..3c507bd0 100644 --- a/src/PJ_gall.c +++ b/src/PJ_gall.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_gall.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> PROJ_HEAD(gall, "Gall (Gall Stereographic)") "\n\tCyl, Sph"; diff --git a/src/PJ_gins8.c b/src/PJ_gins8.c index c288a61d..0747d761 100644 --- a/src/PJ_gins8.c +++ b/src/PJ_gins8.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_gins8.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ # include <projects.h> PROJ_HEAD(gins8, "Ginsburg VIII (TsNIIGAiK)") "\n\tPCyl, Sph., no inv."; diff --git a/src/PJ_gn_sinu.c b/src/PJ_gn_sinu.c index 4b7c40d3..3bf9854f 100644 --- a/src/PJ_gn_sinu.c +++ b/src/PJ_gn_sinu.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_gn_sinu.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double *en; \ double m, n, C_x, C_y; diff --git a/src/PJ_gnom.c b/src/PJ_gnom.c index ecf57739..11deb86c 100644 --- a/src/PJ_gnom.c +++ b/src/PJ_gnom.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_gnom.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double sinph0; \ double cosph0; \ diff --git a/src/PJ_goode.c b/src/PJ_goode.c index 19e67c6d..ed8ded8b 100644 --- a/src/PJ_goode.c +++ b/src/PJ_goode.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_goode.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ struct PJconsts *sinu; \ struct PJconsts *moll; diff --git a/src/PJ_gstmerc.c b/src/PJ_gstmerc.c index 69da061d..bd01f8cf 100644 --- a/src/PJ_gstmerc.c +++ b/src/PJ_gstmerc.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_gstmerc.c 4.6 08/07/28 DGR IGN"; -#endif #define PROJ_PARMS__ \ double lamc;\ double phic;\ diff --git a/src/PJ_hammer.c b/src/PJ_hammer.c index 813d6e5f..a2ba02aa 100644 --- a/src/PJ_hammer.c +++ b/src/PJ_hammer.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_hammer.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double w; \ double m, rm; diff --git a/src/PJ_hatano.c b/src/PJ_hatano.c index 8b661b3c..8e0ff5ce 100644 --- a/src/PJ_hatano.c +++ b/src/PJ_hatano.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_hatano.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> PROJ_HEAD(hatano, "Hatano Asymmetrical Equal Area") "\n\tPCyl, Sph."; diff --git a/src/PJ_imw_p.c b/src/PJ_imw_p.c index 39e071a1..b5974afb 100644 --- a/src/PJ_imw_p.c +++ b/src/PJ_imw_p.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_imw_p.c 4.1 94/05/22 GIE REL"; -#endif #define PROJ_PARMS__ \ double P, Pp, Q, Qp, R_1, R_2, sphi_1, sphi_2, C2; \ double phi_1, phi_2, lam_1; \ diff --git a/src/PJ_labrd.c b/src/PJ_labrd.c index 01b0406f..70cd2f42 100644 --- a/src/PJ_labrd.c +++ b/src/PJ_labrd.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_labrd.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double Az, kRg, p0s, A, C, Ca, Cb, Cc, Cd; \ int rot; diff --git a/src/PJ_laea.c b/src/PJ_laea.c index e8573aca..d32bb0be 100644 --- a/src/PJ_laea.c +++ b/src/PJ_laea.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_laea.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double sinb1; \ double cosb1; \ diff --git a/src/PJ_lagrng.c b/src/PJ_lagrng.c index a9de99c2..d0e123a9 100644 --- a/src/PJ_lagrng.c +++ b/src/PJ_lagrng.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_lagrng.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double hrw; \ double rw; \ diff --git a/src/PJ_larr.c b/src/PJ_larr.c index f44eab9f..5bab2b09 100644 --- a/src/PJ_larr.c +++ b/src/PJ_larr.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_larr.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ #define PJ_LIB__ #include <projects.h> diff --git a/src/PJ_lask.c b/src/PJ_lask.c index 34a61d94..05e80a19 100644 --- a/src/PJ_lask.c +++ b/src/PJ_lask.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_lask.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ #define PJ_LIB__ #include <projects.h> diff --git a/src/PJ_lcc.c b/src/PJ_lcc.c index 68cc895b..90107839 100644 --- a/src/PJ_lcc.c +++ b/src/PJ_lcc.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_lcc.c 4.2 94/03/18 GIE REL"; -#endif #define PROJ_PARMS__ \ double phi1; \ double phi2; \ diff --git a/src/PJ_loxim.c b/src/PJ_loxim.c index 4828d973..80c15318 100644 --- a/src/PJ_loxim.c +++ b/src/PJ_loxim.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_loxim.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double phi1; \ double cosphi1; \ diff --git a/src/PJ_lsat.c b/src/PJ_lsat.c index ddde1224..e8edb542 100644 --- a/src/PJ_lsat.c +++ b/src/PJ_lsat.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_lsat.c 4.1 94/02/15 GIE REL"; -#endif /* based upon Snyder and Linck, USGS-NMD */ #define PROJ_PARMS__ \ double a2, a4, b, c1, c3; \ diff --git a/src/PJ_mbt_fps.c b/src/PJ_mbt_fps.c index 35fb7320..63e02ca3 100644 --- a/src/PJ_mbt_fps.c +++ b/src/PJ_mbt_fps.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_mbt_fps.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> PROJ_HEAD(mbt_fps, "McBryde-Thomas Flat-Pole Sine (No. 2)") "\n\tCyl., Sph."; diff --git a/src/PJ_mbtfpp.c b/src/PJ_mbtfpp.c index d2f8f18b..9549a23a 100644 --- a/src/PJ_mbtfpp.c +++ b/src/PJ_mbtfpp.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_mbtfpp.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> PROJ_HEAD(mbtfpp, "McBride-Thomas Flat-Polar Parabolic") "\n\tCyl., Sph."; diff --git a/src/PJ_mbtfpq.c b/src/PJ_mbtfpq.c index 9827ffcc..3298db4f 100644 --- a/src/PJ_mbtfpq.c +++ b/src/PJ_mbtfpq.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_mbtfpq.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> PROJ_HEAD(mbtfpq, "McBryde-Thomas Flat-Polar Quartic") "\n\tCyl., Sph."; diff --git a/src/PJ_merc.c b/src/PJ_merc.c index 6bf17aa9..f8e0426a 100644 --- a/src/PJ_merc.c +++ b/src/PJ_merc.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_merc.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> PROJ_HEAD(merc, "Mercator") "\n\tCyl, Sph&Ell\n\tlat_ts="; diff --git a/src/PJ_mill.c b/src/PJ_mill.c index a9e40a74..03c35598 100644 --- a/src/PJ_mill.c +++ b/src/PJ_mill.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_mill.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ # include <projects.h> PROJ_HEAD(mill, "Miller Cylindrical") "\n\tCyl, Sph"; diff --git a/src/PJ_mod_ster.c b/src/PJ_mod_ster.c index 090b6a73..854f35e1 100644 --- a/src/PJ_mod_ster.c +++ b/src/PJ_mod_ster.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_mod_ster.c 4.1 94/02/15 GIE REL"; -#endif /* based upon Snyder and Linck, USGS-NMD */ #define PROJ_PARMS__ \ COMPLEX *zcoeff; \ diff --git a/src/PJ_moll.c b/src/PJ_moll.c index 35d61b67..ce14cfbc 100644 --- a/src/PJ_moll.c +++ b/src/PJ_moll.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_moll.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double C_x, C_y, C_p; #define PJ_LIB__ diff --git a/src/PJ_nell.c b/src/PJ_nell.c index 9473eff4..5de57cbc 100644 --- a/src/PJ_nell.c +++ b/src/PJ_nell.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_nell.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> PROJ_HEAD(nell, "Nell") "\n\tPCyl., Sph."; diff --git a/src/PJ_nell_h.c b/src/PJ_nell_h.c index 3e87abec..670dea88 100644 --- a/src/PJ_nell_h.c +++ b/src/PJ_nell_h.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_nell_h.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ # include <projects.h> PROJ_HEAD(nell_h, "Nell-Hammer") "\n\tPCyl., Sph."; diff --git a/src/PJ_nocol.c b/src/PJ_nocol.c index d9aec5ad..f129eb25 100644 --- a/src/PJ_nocol.c +++ b/src/PJ_nocol.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_nocol.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> PROJ_HEAD(nicol, "Nicolosi Globular") "\n\tMisc Sph, no inv."; diff --git a/src/PJ_nsper.c b/src/PJ_nsper.c index 6b430a84..a3ee264e 100644 --- a/src/PJ_nsper.c +++ b/src/PJ_nsper.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_nsper.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double height; \ double sinph0; \ diff --git a/src/PJ_ob_tran.c b/src/PJ_ob_tran.c index a1fce2b6..460a600f 100644 --- a/src/PJ_ob_tran.c +++ b/src/PJ_ob_tran.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_ob_tran.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ struct PJconsts *link; \ double lamp; \ diff --git a/src/PJ_ocea.c b/src/PJ_ocea.c index cbe32522..cdffd6e4 100644 --- a/src/PJ_ocea.c +++ b/src/PJ_ocea.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_ocea.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double rok; \ double rtk; \ diff --git a/src/PJ_oea.c b/src/PJ_oea.c index ad559f22..b5e42a1f 100644 --- a/src/PJ_oea.c +++ b/src/PJ_oea.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_oea.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double theta; \ double m, n; \ diff --git a/src/PJ_omerc.c b/src/PJ_omerc.c index c10111fa..1b862dbb 100644 --- a/src/PJ_omerc.c +++ b/src/PJ_omerc.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_omerc.c 4.2 95/01/01 GIE REL"; -#endif #define PROJ_PARMS__ \ double alpha, lamc, lam1, phi1, lam2, phi2, Gamma, al, bl, el, \ singam, cosgam, sinrot, cosrot, u_0; \ diff --git a/src/PJ_ortho.c b/src/PJ_ortho.c index 185e6ce6..202b0176 100644 --- a/src/PJ_ortho.c +++ b/src/PJ_ortho.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_ortho.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double sinph0; \ double cosph0; \ diff --git a/src/PJ_poly.c b/src/PJ_poly.c index 04d8cd96..ef5b8905 100644 --- a/src/PJ_poly.c +++ b/src/PJ_poly.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_poly.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double ml0; \ double *en; diff --git a/src/PJ_putp2.c b/src/PJ_putp2.c index 89ec6720..e846f13b 100644 --- a/src/PJ_putp2.c +++ b/src/PJ_putp2.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_putp2.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> PROJ_HEAD(putp2, "Putnins P2") "\n\tPCyl., Sph."; diff --git a/src/PJ_putp3.c b/src/PJ_putp3.c index c228423c..46e25004 100644 --- a/src/PJ_putp3.c +++ b/src/PJ_putp3.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_putp3.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double A; #define PJ_LIB__ diff --git a/src/PJ_putp4p.c b/src/PJ_putp4p.c index 1d07350f..35066c2a 100644 --- a/src/PJ_putp4p.c +++ b/src/PJ_putp4p.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_putp4p.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double C_x, C_y; #define PJ_LIB__ diff --git a/src/PJ_putp5.c b/src/PJ_putp5.c index 7e20012a..8d3c59a0 100644 --- a/src/PJ_putp5.c +++ b/src/PJ_putp5.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_putp5.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double A, B; #define PJ_LIB__ diff --git a/src/PJ_putp6.c b/src/PJ_putp6.c index ae3e68b4..28e82cfd 100644 --- a/src/PJ_putp6.c +++ b/src/PJ_putp6.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_putp6.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double C_x, C_y, A, B, D; #define PJ_LIB__ diff --git a/src/PJ_robin.c b/src/PJ_robin.c index 526796ff..92f93e4b 100644 --- a/src/PJ_robin.c +++ b/src/PJ_robin.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_robin.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> PROJ_HEAD(robin, "Robinson") "\n\tPCyl., Sph."; diff --git a/src/PJ_rpoly.c b/src/PJ_rpoly.c index 7873b8c0..1440327d 100644 --- a/src/PJ_rpoly.c +++ b/src/PJ_rpoly.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_rpoly.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double phi1; \ double fxa; \ diff --git a/src/PJ_sconics.c b/src/PJ_sconics.c index 422e3c99..c65635d8 100644 --- a/src/PJ_sconics.c +++ b/src/PJ_sconics.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_sconics.c 4.1 94/05/22 GIE REL"; -#endif #define PROJ_PARMS__ \ double n; \ double rho_c; \ diff --git a/src/PJ_somerc.c b/src/PJ_somerc.c index 4be9f085..d419e653 100644 --- a/src/PJ_somerc.c +++ b/src/PJ_somerc.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_somerc.c 4.1 95/08/09 GIE REL"; -#endif #define PROJ_PARMS__ \ double K, c, hlf_e, kR, cosp0, sinp0; #define PJ_LIB__ diff --git a/src/PJ_stere.c b/src/PJ_stere.c index ca76fdf3..a31bf97b 100644 --- a/src/PJ_stere.c +++ b/src/PJ_stere.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_stere.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double phits; \ double sinX1; \ diff --git a/src/PJ_sts.c b/src/PJ_sts.c index e3caca75..40c895a2 100644 --- a/src/PJ_sts.c +++ b/src/PJ_sts.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_sts.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double C_x, C_y, C_p; \ int tan_mode; diff --git a/src/PJ_tcc.c b/src/PJ_tcc.c index feb2d4e9..00cdb556 100644 --- a/src/PJ_tcc.c +++ b/src/PJ_tcc.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_tcc.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double ap; #define EPS10 1.e-10 diff --git a/src/PJ_tcea.c b/src/PJ_tcea.c index caa8ab61..3626fa17 100644 --- a/src/PJ_tcea.c +++ b/src/PJ_tcea.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_tcea.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double rk0; #define PJ_LIB__ diff --git a/src/PJ_tmerc.c b/src/PJ_tmerc.c index 6f56c6ad..14cf2e8e 100644 --- a/src/PJ_tmerc.c +++ b/src/PJ_tmerc.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_tmerc.c 4.2 94/06/02 GIE REL"; -#endif #define PROJ_PARMS__ \ double esp; \ double ml0; \ diff --git a/src/PJ_tpeqd.c b/src/PJ_tpeqd.c index ae9eb98a..b4e76aa0 100644 --- a/src/PJ_tpeqd.c +++ b/src/PJ_tpeqd.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_tpeqd.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double cp1, sp1, cp2, sp2, ccs, cs, sc, r2z0, z02, dlam2; \ double hz0, thz0, rhshz0, ca, sa, lp, lamc; diff --git a/src/PJ_urm5.c b/src/PJ_urm5.c index 32cf29bf..70a5a1d6 100644 --- a/src/PJ_urm5.c +++ b/src/PJ_urm5.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_urm5.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double m, rmn, q3, n; #define PJ_LIB__ diff --git a/src/PJ_urmfps.c b/src/PJ_urmfps.c index 912be1d9..4a4f31a9 100644 --- a/src/PJ_urmfps.c +++ b/src/PJ_urmfps.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_urmfps.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double n, C_y; #define PJ_LIB__ diff --git a/src/PJ_vandg.c b/src/PJ_vandg.c index b6168e06..784674b7 100644 --- a/src/PJ_vandg.c +++ b/src/PJ_vandg.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_vandg.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ # include <projects.h> PROJ_HEAD(vandg, "van der Grinten (I)") "\n\tMisc Sph"; diff --git a/src/PJ_vandg2.c b/src/PJ_vandg2.c index 7e96a5c6..7bfa8f4e 100644 --- a/src/PJ_vandg2.c +++ b/src/PJ_vandg2.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_vandg2.c 4.1 94/02/15 GIE REL"; -#endif # define TOL 1e-10 # define TWORPI 0.63661977236758134308 #define PROJ_PARMS__ \ diff --git a/src/PJ_vandg4.c b/src/PJ_vandg4.c index 9789bf97..d6705031 100644 --- a/src/PJ_vandg4.c +++ b/src/PJ_vandg4.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_vandg4.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> PROJ_HEAD(vandg4, "van der Grinten IV") "\n\tMisc Sph, no inv."; diff --git a/src/PJ_wag2.c b/src/PJ_wag2.c index d6a0e3f2..96fd5fcb 100644 --- a/src/PJ_wag2.c +++ b/src/PJ_wag2.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_wag2.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ # include <projects.h> PROJ_HEAD(wag2, "Wagner II") "\n\tPCyl., Sph."; diff --git a/src/PJ_wag3.c b/src/PJ_wag3.c index 28529966..fbab4c49 100644 --- a/src/PJ_wag3.c +++ b/src/PJ_wag3.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_wag3.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double C_x; #define PJ_LIB__ diff --git a/src/PJ_wag7.c b/src/PJ_wag7.c index 7fd5e58d..5f6f1bb1 100644 --- a/src/PJ_wag7.c +++ b/src/PJ_wag7.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_wag7.c 4.1 94/02/15 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> PROJ_HEAD(wag7, "Wagner VII") "\n\tMisc Sph, no inv."; diff --git a/src/PJ_wink1.c b/src/PJ_wink1.c index bee666e6..214e6f4f 100644 --- a/src/PJ_wink1.c +++ b/src/PJ_wink1.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_wink1.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double cosphi1; #define PJ_LIB__ diff --git a/src/PJ_wink2.c b/src/PJ_wink2.c index 2e8c0a75..8eace009 100644 --- a/src/PJ_wink2.c +++ b/src/PJ_wink2.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)PJ_wink2.c 4.1 94/02/15 GIE REL"; -#endif #define PROJ_PARMS__ \ double cosphi1; #define PJ_LIB__ diff --git a/src/aasincos.c b/src/aasincos.c index 27aab829..460590e4 100644 --- a/src/aasincos.c +++ b/src/aasincos.c @@ -1,7 +1,4 @@ /* arc sin, cosine, tan2 and sqrt that will NOT fail */ -#ifndef lint -static const char SCCSID[]="@(#)aasincos.c 4.6 93/12/12 GIE REL"; -#endif #include <projects.h> #define ONE_TOL 1.00000000000001 #define TOL 0.000000001 diff --git a/src/adjlon.c b/src/adjlon.c index 5fd8ea95..09b3b14b 100644 --- a/src/adjlon.c +++ b/src/adjlon.c @@ -1,7 +1,4 @@ /* reduce argument to range +/- PI */ -#ifndef lint -static const char SCCSID[]="@(#)adjlon.c 4.3 93/06/12 GIE REL"; -#endif #include <math.h> #include <projects.h> diff --git a/src/bch2bps.c b/src/bch2bps.c index fedb7220..68a4737d 100644 --- a/src/bch2bps.c +++ b/src/bch2bps.c @@ -1,7 +1,4 @@ /* convert bivariate w Chebyshev series to w Power series */ -#ifndef lint -static const char SCCSID[]="@(#)bch2bps.c 4.5 94/03/22 GIE REL"; -#endif #include <projects.h> /* basic support procedures */ static void /* clear vector to zero */ diff --git a/src/bchgen.c b/src/bchgen.c index 28bcfa75..fe2ffe6c 100644 --- a/src/bchgen.c +++ b/src/bchgen.c @@ -1,7 +1,4 @@ /* generate double bivariate Chebychev polynomial */ -#ifndef lint -static const char SCCSID[]="@(#)bchgen.c 4.5 94/03/22 GIE REL"; -#endif #include <projects.h> int bchgen(projUV a, projUV b, int nu, int nv, projUV **f, projUV(*func)(projUV)) { diff --git a/src/biveval.c b/src/biveval.c index d0f0e743..40f2af41 100644 --- a/src/biveval.c +++ b/src/biveval.c @@ -1,7 +1,4 @@ /* procedures for evaluating Tseries */ -#ifndef lint -static const char SCCSID[]="@(#)biveval.c 4.4 93/06/12 GIE REL"; -#endif # include <projects.h> # define NEAR_ONE 1.00001 static double ceval(struct PW_COEF *C, int n, projUV w, projUV w2) { diff --git a/src/dmstor.c b/src/dmstor.c index ecfac1fc..1cc99f62 100644 --- a/src/dmstor.c +++ b/src/dmstor.c @@ -1,7 +1,4 @@ /* Convert DMS string to radians */ -#ifndef lint -static const char SCCSID[]="@(#)dmstor.c 4.4 93/06/16 GIE REL"; -#endif #include <projects.h> #include <string.h> #include <ctype.h> diff --git a/src/emess.c b/src/emess.c index 9cb42888..0c7f6c9e 100644 --- a/src/emess.c +++ b/src/emess.c @@ -1,7 +1,4 @@ /* Error message processing */ -#ifndef lint -static const char SCCSID[]="@(#)emess.c 4.6 94/05/24 GIE REL"; -#endif #ifdef _MSC_VER # ifndef _CRT_SECURE_NO_DEPRECATE diff --git a/src/gen_cheb.c b/src/gen_cheb.c index 92c7b9fd..82cd926a 100644 --- a/src/gen_cheb.c +++ b/src/gen_cheb.c @@ -1,7 +1,4 @@ /* generates 'T' option output */ -#ifndef lint -static const char SCCSID[]="@(#)gen_cheb.c 4.9 95/09/23 GIE REL"; -#endif #define PJ_LIB__ #include "projects.h" #include <stdio.h> @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)geod.c 4.8 95/09/23 GIE REL"; -#endif /* <<<< Geodesic filter program >>>> */ # include "projects.h" # include "geodesic.h" diff --git a/src/geod_for.c b/src/geod_for.c index 5fe2021b..fe7c90dd 100644 --- a/src/geod_for.c +++ b/src/geod_for.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)geod_for.c 4.6 95/09/23 GIE REL"; -#endif # include "projects.h" # include "geodesic.h" # define MERI_TOL 1e-9 diff --git a/src/geod_inv.c b/src/geod_inv.c index 81c6ab59..c0c8dbb0 100644 --- a/src/geod_inv.c +++ b/src/geod_inv.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)geod_inv.c 4.5 95/09/23 GIE REL"; -#endif # include "projects.h" # include "geodesic.h" # define DTOL 1e-12 diff --git a/src/geod_set.c b/src/geod_set.c index c8c9167b..88217277 100644 --- a/src/geod_set.c +++ b/src/geod_set.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)geod_set.c 4.8 95/09/23 GIE REL"; -#endif #define _IN_GEOD_SET diff --git a/src/hypot.c b/src/hypot.c index 269c146b..822c4595 100644 --- a/src/hypot.c +++ b/src/hypot.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)hypot.c 4.4 93/06/12 GIE REL"; -#endif /* hypot - sqrt(x * x + y * y) ** ** Because this was omitted from the ANSI standards, this version diff --git a/src/mk_cheby.c b/src/mk_cheby.c index fa26c47c..b3019004 100644 --- a/src/mk_cheby.c +++ b/src/mk_cheby.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)mk_cheby.c 4.5 94/03/22 GIE REL"; -#endif #include <projects.h> static void /* sum coefficients less than res */ eval(projUV **w, int nu, int nv, double res, projUV *resid) { diff --git a/src/nad2bin.c b/src/nad2bin.c index 3cf5c34e..0de16de9 100644 --- a/src/nad2bin.c +++ b/src/nad2bin.c @@ -1,7 +1,4 @@ /* Convert bivariate ASCII NAD27 to NAD83 tables to binary structure */ -#ifndef lint -static const char SCCSID[]="@(#)nad2bin.c 4.2 93/08/25 GIE REL"; -#endif #include <stdio.h> #include <stdlib.h> #define PJ_LIB__ diff --git a/src/nad2nad.c b/src/nad2nad.c index dc346a64..d10c3cc6 100644 --- a/src/nad2nad.c +++ b/src/nad2nad.c @@ -1,7 +1,4 @@ /* <<<< North American Datum Transfer Program >>>> */ -#ifndef lint -static const char SCCSID[]="@(#)nad2nad.c 4.5 94/02/15 GIE REL"; -#endif #include <stdio.h> #include <stdlib.h> #include <ctype.h> diff --git a/src/nad_cvt.c b/src/nad_cvt.c index 902aa9fa..36fe6cb7 100644 --- a/src/nad_cvt.c +++ b/src/nad_cvt.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)nad_cvt.c 4.3 95/09/23 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> #define MAX_TRY 9 diff --git a/src/nad_intr.c b/src/nad_intr.c index 8bf24419..299f1806 100644 --- a/src/nad_intr.c +++ b/src/nad_intr.c @@ -1,7 +1,4 @@ /* Determine nad table correction value */ -#ifndef lint -static const char SCCSID[]="@(#)nad_intr.c 4.2 95/09/23 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> LP diff --git a/src/p_series.c b/src/p_series.c index a2b531df..7499ab49 100644 --- a/src/p_series.c +++ b/src/p_series.c @@ -1,7 +1,4 @@ /* print row coefficients of Tseries structure */ -#ifndef lint -static const char SCCSID[]="@(#)p_series.c 4.6 95/08/19 GIE REL"; -#endif #include "projects.h" #include <stdio.h> #include <string.h> diff --git a/src/pj_auth.c b/src/pj_auth.c index 92ec339b..599b8f77 100644 --- a/src/pj_auth.c +++ b/src/pj_auth.c @@ -1,7 +1,4 @@ /* determine latitude from authalic latitude */ -#ifndef lint -static const char SCCSID[]="@(#)pj_auth.c 4.3 93/06/12 GIE REL"; -#endif #include <projects.h> # define P00 .33333333333333333333 # define P01 .17222222222222222222 diff --git a/src/pj_deriv.c b/src/pj_deriv.c index f6477b08..7b4ef627 100644 --- a/src/pj_deriv.c +++ b/src/pj_deriv.c @@ -1,7 +1,4 @@ /* dervative of (*P->fwd) projection */ -#ifndef lint -static const char SCCSID[]="@(#)pj_deriv.c 4.4 93/06/12 GIE REL"; -#endif #define PJ_LIB__ #include "projects.h" int diff --git a/src/pj_ell_set.c b/src/pj_ell_set.c index 525d8b60..989701ec 100644 --- a/src/pj_ell_set.c +++ b/src/pj_ell_set.c @@ -1,7 +1,4 @@ /* set ellipsoid parameters a and es */ -#ifndef lint -static const char SCCSID[]="@(#)pj_ell_set.c 4.5 93/06/12 GIE REL"; -#endif #include <projects.h> #include <string.h> #define SIXTH .1666666666666666667 /* 1/6 */ diff --git a/src/pj_ellps.c b/src/pj_ellps.c index 6d8689f7..313ef21d 100644 --- a/src/pj_ellps.c +++ b/src/pj_ellps.c @@ -1,7 +1,4 @@ /* definition of standard geoids */ -#ifndef lint -static const char SCCSID[]="@(#)pj_ellps.c 4.6 95/08/25 GIE REL"; -#endif #define PJ_ELLPS__ #include "projects.h" diff --git a/src/pj_errno.c b/src/pj_errno.c index 002a5c06..26ff2d16 100644 --- a/src/pj_errno.c +++ b/src/pj_errno.c @@ -1,7 +1,4 @@ /* For full ANSI compliance of global variable */ -#ifndef lint -static const char SCCSID[]="@(#)pj_errno.c 4.3 95/06/03 GIE REL"; -#endif #include <projects.h> diff --git a/src/pj_factors.c b/src/pj_factors.c index 1911a2ae..ee48cfb7 100644 --- a/src/pj_factors.c +++ b/src/pj_factors.c @@ -1,7 +1,4 @@ /* projection scale factors */ -#ifndef lint -static const char SCCSID[]="@(#)pj_factors.c 4.9 94/03/17 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> #include <errno.h> diff --git a/src/pj_fwd.c b/src/pj_fwd.c index e88472af..880a9319 100644 --- a/src/pj_fwd.c +++ b/src/pj_fwd.c @@ -1,7 +1,4 @@ /* general forward projection */ -#ifndef lint -static const char SCCSID[]="@(#)pj_fwd.c 4.4 93/06/12 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> #include <errno.h> diff --git a/src/pj_inv.c b/src/pj_inv.c index 16dd90dd..ee2b44f8 100644 --- a/src/pj_inv.c +++ b/src/pj_inv.c @@ -1,7 +1,4 @@ /* general inverse projection */ -#ifndef lint -static const char SCCSID[]="@(#)pj_inv.c 4.5 93/06/12 GIE REL"; -#endif #define PJ_LIB__ #include <projects.h> #include <errno.h> diff --git a/src/pj_list.c b/src/pj_list.c index 8b6b9371..7d35811b 100644 --- a/src/pj_list.c +++ b/src/pj_list.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)pj_list.c 4.6 94/02/15 GIE REL"; -#endif /* Projection System: default list of projections ** Use local definition of PJ_LIST_H for subset. */ diff --git a/src/pj_malloc.c b/src/pj_malloc.c index a1dd162c..b6400eba 100644 --- a/src/pj_malloc.c +++ b/src/pj_malloc.c @@ -1,7 +1,4 @@ /* allocate and deallocate memory */ -#ifndef lint -static const char SCCSID[]="@(#)pj_malloc.c 4.3 93/06/12 GIE REL"; -#endif /* These routines are used so that applications can readily replace ** projection system memory allocation/deallocation call with custom ** application procedures. */ diff --git a/src/pj_mlfn.c b/src/pj_mlfn.c index 0b980c06..afd18b19 100644 --- a/src/pj_mlfn.c +++ b/src/pj_mlfn.c @@ -1,6 +1,3 @@ -#ifndef lint -static const char SCCSID[]="@(#)pj_mlfn.c 4.5 95/07/06 GIE REL"; -#endif #include <projects.h> /* meridinal distance for ellipsoid and inverse ** 8th degree - accurate to < 1e-5 meters when used in conjuction diff --git a/src/pj_msfn.c b/src/pj_msfn.c index ea6e3cd2..5b49f416 100644 --- a/src/pj_msfn.c +++ b/src/pj_msfn.c @@ -1,7 +1,4 @@ /* determine constant small m */ -#ifndef lint -static const char SCCSID[]="@(#)pj_msfn.c 4.3 93/06/12 GIE REL"; -#endif #include <math.h> #include <projects.h> double diff --git a/src/pj_param.c b/src/pj_param.c index 122c1028..4dce136a 100644 --- a/src/pj_param.c +++ b/src/pj_param.c @@ -1,7 +1,4 @@ /* put parameters in linked list and retrieve */ -#ifndef lint -static const char SCCSID[]="@(#)pj_param.c 4.4 93/06/12 GIE REL"; -#endif #include <projects.h> #include <stdio.h> #include <string.h> diff --git a/src/pj_phi2.c b/src/pj_phi2.c index dbb79d4d..0900350e 100644 --- a/src/pj_phi2.c +++ b/src/pj_phi2.c @@ -1,7 +1,4 @@ /* determine latitude angle phi-2 */ -#ifndef lint -static const char SCCSID[]="@(#)pj_phi2.c 4.3 93/06/12 GIE REL"; -#endif #include <projects.h> #define HALFPI 1.5707963267948966 diff --git a/src/pj_pr_list.c b/src/pj_pr_list.c index 0be154b9..d4a908cd 100644 --- a/src/pj_pr_list.c +++ b/src/pj_pr_list.c @@ -1,7 +1,4 @@ /* print projection's list of parameters */ -#ifndef lint -static const char SCCSID[]="@(#)pj_pr_list.c 4.6 94/03/19 GIE REL"; -#endif #include <projects.h> #include <stdio.h> #include <string.h> diff --git a/src/pj_qsfn.c b/src/pj_qsfn.c index 0462bfee..ccb12308 100644 --- a/src/pj_qsfn.c +++ b/src/pj_qsfn.c @@ -1,7 +1,4 @@ /* determine small q */ -#ifndef lint -static const char SCCSID[]="@(#)pj_qsfn.c 4.3 93/06/12 GIE REL"; -#endif #include <math.h> #include <projects.h> diff --git a/src/pj_strerrno.c b/src/pj_strerrno.c index 4157ada0..4db1fb9a 100644 --- a/src/pj_strerrno.c +++ b/src/pj_strerrno.c @@ -1,7 +1,4 @@ /* list of projection system pj_errno values */ -#ifndef lint -static const char SCCSID[]="@(#)pj_strerrno.c 4.12 94/05/25 GIE REL"; -#endif #include "projects.h" #include <stdio.h> #include <errno.h> diff --git a/src/pj_tsfn.c b/src/pj_tsfn.c index bbb30cda..d9dc0bc4 100644 --- a/src/pj_tsfn.c +++ b/src/pj_tsfn.c @@ -1,7 +1,4 @@ /* determine small t */ -#ifndef lint -static const char SCCSID[]="@(#)pj_tsfn.c 4.3 93/06/12 GIE REL"; -#endif #include <math.h> #include <projects.h> #define HALFPI 1.5707963267948966 diff --git a/src/pj_units.c b/src/pj_units.c index a544c6a0..08d8bb07 100644 --- a/src/pj_units.c +++ b/src/pj_units.c @@ -1,7 +1,4 @@ /* definition of standard cartesian units */ -#ifndef lint -static const char SCCSID[]="@(#)pj_units.c 4.6 93/06/12 GIE REL"; -#endif #define PJ_UNITS__ #include <projects.h> /* Field 2 that contains the multiplier to convert named units to meters diff --git a/src/pj_zpoly1.c b/src/pj_zpoly1.c index 80d85469..fa163deb 100644 --- a/src/pj_zpoly1.c +++ b/src/pj_zpoly1.c @@ -1,7 +1,4 @@ /* evaluate complex polynomial */ -#ifndef lint -static const char SCCSID[]="@(#)pj_zpoly1.c 4.3 93/06/12 GIE REL"; -#endif #include <projects.h> /* note: coefficients are always from C_1 to C_n ** i.e. C_0 == (0., 0) @@ -1,7 +1,4 @@ /* <<<< Cartographic projection filter program >>>> */ -#ifndef lint -static const char SCCSID[]="@(#)proj.c 4.12 95/09/23 GIE REL"; -#endif #include "projects.h" #include <stdio.h> #include <stdlib.h> diff --git a/src/rtodms.c b/src/rtodms.c index 1ec48bed..abf6bc1c 100644 --- a/src/rtodms.c +++ b/src/rtodms.c @@ -1,7 +1,4 @@ /* Convert radian argument to DMS ascii format */ -#ifndef lint -static const char SCCSID[]="@(#)rtodms.c 4.3 93/06/12 GIE REL"; -#endif #include <projects.h> #include <stdio.h> #include <string.h> diff --git a/src/vector1.c b/src/vector1.c index 0ca3816b..30fca1ca 100644 --- a/src/vector1.c +++ b/src/vector1.c @@ -1,7 +1,4 @@ /* make storage for one and two dimensional matricies */ -#ifndef lint -static const char SCCSID[]="@(#)vector1.c 4.4 94/03/22 GIE REL"; -#endif #include <stdlib.h> #include <projects.h> void * /* one dimension array */ |
