ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Geo-LatLon2Place/LatLon2Place.xs
(Generate patch)

Comparing Geo-LatLon2Place/LatLon2Place.xs (file contents):
Revision 1.1 by root, Mon Mar 14 02:41:51 2022 UTC vs.
Revision 1.3 by root, Mon Mar 14 22:48:05 2022 UTC

1#include "EXTERN.h" 1#include "EXTERN.h"
2#include "perl.h" 2#include "perl.h"
3#include "XSUB.h" 3#include "XSUB.h"
4 4
5#include "perlmulticore.h"
6
7#if EMBED_CDB
8 #include "cdb-embedded.c"
9#else
5#include <cdb.h> 10 #include <cdb.h>
11#endif
6 12
7static struct cdb_make make; 13static struct cdb_make make;
8 14
9MODULE = Geo::LatLon2Place PACKAGE = Geo::LatLon2Place 15MODULE = Geo::LatLon2Place PACKAGE = Geo::LatLon2Place
10 16

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines