[Liblas-commits] hg-main-tree: missing file

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Apr 21 17:29:20 EDT 2011


details:   http://hg.libpc.orghg-main-tree/rev/ceed05b58bcd
changeset: 613:ceed05b58bcd
user:      Michael P. Gerlek <mpg at flaxen.com>
date:      Thu Apr 21 14:28:39 2011 -0700
description:
missing file
Subject: hg-main-tree: add C macros

details:   http://hg.libpc.orghg-main-tree/rev/61902169d63b
changeset: 614:61902169d63b
user:      Michael P. Gerlek <mpg at flaxen.com>
date:      Thu Apr 21 14:28:58 2011 -0700
description:
add C macros

diffstat:

 include/libpc/libpc.hpp   |    8 ++++++++
 test/data/lots_of_vlr.las |    0 
 2 files changed, 8 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r bd73165b23f2 -r 61902169d63b include/libpc/libpc.hpp
--- a/include/libpc/libpc.hpp	Thu Apr 21 13:41:10 2011 -0700
+++ b/include/libpc/libpc.hpp	Thu Apr 21 14:28:58 2011 -0700
@@ -45,4 +45,12 @@
 // we use explicitly-sized types everywhere, so include this here
 #include <boost/cstdint.hpp>
 
+#ifdef __cplusplus
+#  define LIBPC_C_START           extern "C" {
+#  define LIBPC_C_END             }
+#else
+#  define LIBPC_C_START
+#  define LIBPC_C_END
 #endif
+
+#endif
diff -r bd73165b23f2 -r 61902169d63b test/data/lots_of_vlr.las
Binary file test/data/lots_of_vlr.las has changed


More information about the Liblas-commits mailing list