summaryrefslogtreecommitdiff
path: root/makeint.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-05-04 17:38:53 -0400
committerPaul Smith <psmith@gnu.org>2013-05-04 17:38:53 -0400
commit3e67695034a1e235cbcf2c70d283fe0cd6c77427 (patch)
treeac9c0c1179e567213ed25f3161b64fc0254e24c7 /makeint.h
parent54eddcc711207137cbace67d1f922a7690bb90e8 (diff)
downloadmake-3e67695034a1e235cbcf2c70d283fe0cd6c77427.tar.gz
Add memory allocation cleanup to loadable objects.
Add gmk_alloc() and gmk_free() functions so loadable objects can access our memory model. Also provide a more extensive example in the manual.
Diffstat (limited to 'makeint.h')
-rw-r--r--makeint.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/makeint.h b/makeint.h
index 9f0d1b81..6cce8484 100644
--- a/makeint.h
+++ b/makeint.h
@@ -49,11 +49,12 @@ char *alloca ();
/* Include the externally-visible content.
Be sure to use the local one, and not one installed on the system.
- Define MAIN for proper selection of dllexport/dllimport declarations
+ Define GMK_EXPORT for proper selection of dllexport/dllimport declarations
for MS-Windows. */
-#define MAIN
+#ifdef WINDOWS32
+# define GMK_EXPORT __declspec(dllexport)
+#endif
#include "gnumake.h"
-#undef MAIN
#ifdef CRAY
/* This must happen before #include <signal.h> so