aboutsummaryrefslogtreecommitdiff
path: root/src/include/halloc.h
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-11-28 15:08:36 +0000
committerdos-reis <gdr@axiomatics.org>2010-11-28 15:08:36 +0000
commitbbb5a69f0f2348adbbb8db960e5e45306b865683 (patch)
tree23f3039b350d61a402f3af97e8cc3ec06f08797e /src/include/halloc.h
parentab86c48186a05391f1c1fbc3f90759cc0caff45b (diff)
downloadopen-axiom-bbb5a69f0f2348adbbb8db960e5e45306b865683.tar.gz
* lib/Makefile.in: Build libopen-axiom-core and libspad with a C++
compiler and linker. * lib/bsdsignal.c: Fix C calling convention annotation. * lib/cfuns-c.c: Likewise. * lib/edin.c: Likewise. * lib/sockio-c.c: Likewise. * include/bsdsignal.h: Remove 'extern "C"'-block annotation. * include/cfuns.h: Likewise. * include/cursor.h: Likewise. * include/edin.h: Likewise. * include/fnct_key.h: Likewise. * include/halloc.h: Likewise. * include/hash.h: Likewise. * include/openpty.h: Likewise. * include/pixmap.h: Likewise. * include/prt.h: Likewise. * include/sockio.h: Likewise. * include/spadcolors.h: Likewise. * include/util.H1: Likewise. * include/view.h: Likewise. * include/wct.h: Likewise. * include/open-axiom.h (OPENAXIOM_C_CALL): New macro. (OPENAXIOM_C_EXPORT): Likewise.
Diffstat (limited to 'src/include/halloc.h')
-rw-r--r--src/include/halloc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/halloc.h b/src/include/halloc.h
index 6df64c31..facead25 100644
--- a/src/include/halloc.h
+++ b/src/include/halloc.h
@@ -36,14 +36,6 @@
#ifndef OPENAXIOM_HALLOC
#define OPENAXIOM_HALLOC
-#ifdef __cplusplus
-extern "C" {
-#endif
-
extern char * halloc(int, const char*);
-#ifdef __cplusplus
-}
-#endif
-
#endif /* OPENAXIOM_HALLOC */