about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-08-15 05:13:40 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-08-15 05:13:40 +0000
commitc88d3a57cfd77ec64ef80ad709ed18a1c7b388c0 (patch)
treece42060ed6442b333af9e7890a0080671878952f /Src/zsh.h
parent7a38b670a7e5294b26192ed6505bcd8e8778fb49 (diff)
downloadzsh-c88d3a57cfd77ec64ef80ad709ed18a1c7b388c0.tar.gz
zsh-c88d3a57cfd77ec64ef80ad709ed18a1c7b388c0.tar.xz
zsh-c88d3a57cfd77ec64ef80ad709ed18a1c7b388c0.zip
Andrej, 12623: Fix dynamic linking for cygwin.
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index cdb90e264..cdf1ed489 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1681,20 +1681,6 @@ typedef void (*ZleVoidIntFn) _((int));
 typedef unsigned char * (*ZleReadFn) _((char *, char *, int));
 
 /***************************************/
-/* Pseudo-keyword to mark exportedness */
-/***************************************/
-
-#if defined(__CYGWIN__) && defined(MODULE)
-#define mod_export __attribute__((__dllexport__))
-#define mod_import_variable __attribute__((__dllimport__))
-#define mod_import_function
-#else
-#define mod_export
-#define mod_import_variable
-#define mod_import_function
-#endif
-
-/***************************************/
 /* Hooks in core.                      */
 /***************************************/