- port to Cygwin (DLL support, etc.)
[citadel.git] / citadel / parsedate.y
index b68ca4c24728c9c1c857386b92d135ae63a16307..776781bbb6b8a3d3128d6b52a70f5fea851a7dc2 100644 (file)
 /* SUPPRESS 593 on yynewstate *//* Label was not used */
 /* SUPPRESS 595 on yypvt *//* Automatic variable may be used before set */
 
+#ifdef DLL_EXPORT
+#define IN_LIBCIT
+#endif
+
 #include "sysdep.h"
 
 #include <stdio.h>