From c88d3a57cfd77ec64ef80ad709ed18a1c7b388c0 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Tue, 15 Aug 2000 05:13:40 +0000 Subject: Andrej, 12623: Fix dynamic linking for cygwin. --- Src/zsh.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index cdb90e264..cdf1ed489 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1680,20 +1680,6 @@ typedef void (*ZleVoidFn) _((void)); 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. */ /***************************************/ -- cgit 1.4.1