We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d76a3f + debff57 commit 0c3cc51Copy full SHA for 0c3cc51
lisp/c/eus.h
@@ -41,7 +41,7 @@ typedef float eusfloat_t;
41
#define USE_STDARG
42
#endif
43
44
-#ifdef Darwin
+#if defined(Darwin) || defined(Linux) || defined(Linux64)
45
#define cfree free
46
47
0 commit comments