]> git.pld-linux.org Git - packages/libart_lgpl.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 4 Feb 2008 18:08:09 +0000 (18:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libart_lgpl-c_bindings.patch -> 1.2

libart_lgpl-c_bindings.patch [deleted file]

diff --git a/libart_lgpl-c_bindings.patch b/libart_lgpl-c_bindings.patch
deleted file mode 100644 (file)
index 806ce4e..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
---- libart_lgpl-2.3.19/art_misc.h.orig 2007-03-31 00:14:21.000000000 +0000
-+++ libart_lgpl-2.3.19/art_misc.h      2007-03-31 00:16:41.000000000 +0000
-@@ -34,6 +34,10 @@
- #include <libart_lgpl/art_config.h>
- #endif
-+#ifdef __cplusplus
-+extern "C" {
-+#endif /* __cplusplus */
-+
- void *art_alloc(size_t size);
- void art_free(void *ptr);
- void *art_realloc(void *ptr, size_t size);
-@@ -74,10 +78,6 @@
- #define ART_GNUC_NORETURN
- #endif  /* !__GNUC__ */
--#ifdef __cplusplus
--extern "C" {
--#endif
--
- void ART_GNUC_NORETURN
- art_die (const char *fmt, ...) ART_GNUC_PRINTF (1, 2);
This page took 0.140723 seconds and 4 git commands to generate.