7c12801322
Initial packaging for GNU COBOL compiler OBS-URL: https://build.opensuse.org/request/show/232244 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/gnu-cobol?expand=0&rev=1
13 lines
421 B
Diff
13 lines
421 B
Diff
diff -Pdpru gnu-cobol-1.1/libcob/common.h gnu-cobol-1.1-mod/libcob/common.h
|
|
--- gnu-cobol-1.1/libcob/common.h 2013-12-23 22:21:31.000000000 +0900
|
|
+++ gnu-cobol-1.1-mod/libcob/common.h 2014-04-30 21:28:19.563475933 +0900
|
|
@@ -258,7 +258,7 @@
|
|
#define COB_EXPIMP __declspec(dllimport) extern
|
|
#endif
|
|
#else
|
|
- #define COB_EXPIMP extern
|
|
+ #define COB_EXPIMP /*extern*/
|
|
#endif
|
|
|
|
#if defined(__370__) || defined(_MSC_VER)
|