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.
1 parent 5b7ac57 commit debff57Copy full SHA for debff57
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