C++ compilation.
[idzebra-moved-to-github.git] / dfa / imalloc.h
index 45fcd61..a53a4e8 100644 (file)
@@ -4,7 +4,10 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: imalloc.h,v $
- * Revision 1.4  1999-02-02 14:50:09  adam
+ * Revision 1.5  1999-05-26 07:49:12  adam
+ * C++ compilation.
+ *
+ * Revision 1.4  1999/02/02 14:50:09  adam
  * Updated WIN32 code specific sections. Changed header.
  *
  * Revision 1.3  1997/10/27 14:27:13  adam
  *
  */
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 void *imalloc        (size_t);
 void *icalloc        (size_t);
 void  ifree         (void *);
@@ -33,4 +40,7 @@ extern int  free_calls;
 
 #endif
 
+#ifdef __cplusplus
+}
+#endif