summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2008-02-04 18:08:09 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitc2d0aea951dd83f157a0dd5a9f935393a5dbb4f5 (patch)
tree0ea6242eee5a4d3bd6d3c5ed5b4dd2c19ac72416
parentcd18dc9e31f5672ac5d332e963a9bddb8e13c232 (diff)
downloadlibart_lgpl-c2d0aea951dd83f157a0dd5a9f935393a5dbb4f5.zip
libart_lgpl-c2d0aea951dd83f157a0dd5a9f935393a5dbb4f5.tar.gz
- outdated
Changed files: libart_lgpl-c_bindings.patch -> 1.2
-rw-r--r--libart_lgpl-c_bindings.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/libart_lgpl-c_bindings.patch b/libart_lgpl-c_bindings.patch
deleted file mode 100644
index 806ce4e..0000000
--- a/libart_lgpl-c_bindings.patch
+++ /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);
-