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.2 by root, Mon Mar 14 03:26:20 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 <cdb.h> 5#include "perlmulticore.h"
6 6
7#include "perlmulticore.h" 7#if EMBED_CDB
8 #include "cdb-embedded.c"
9#else
10 #include <cdb.h>
11#endif
8 12
9static struct cdb_make make; 13static struct cdb_make make;
10 14
11MODULE = Geo::LatLon2Place PACKAGE = Geo::LatLon2Place 15MODULE = Geo::LatLon2Place PACKAGE = Geo::LatLon2Place
12 16

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines