summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/coreplugin/sharpnesseditor/clapack/fmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/coreplugin/sharpnesseditor/clapack/fmt.h')
-rw-r--r--digikam/imageplugins/coreplugin/sharpnesseditor/clapack/fmt.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/digikam/imageplugins/coreplugin/sharpnesseditor/clapack/fmt.h b/digikam/imageplugins/coreplugin/sharpnesseditor/clapack/fmt.h
index 19065a2..b46bc9c 100644
--- a/digikam/imageplugins/coreplugin/sharpnesseditor/clapack/fmt.h
+++ b/digikam/imageplugins/coreplugin/sharpnesseditor/clapack/fmt.h
@@ -46,21 +46,12 @@ typedef union
} ufloat;
typedef union
{ short is;
-#ifndef KR_headers
- signed
-#endif
- char ic;
+ signed char ic;
integer il;
#ifdef Allow_TYQUAD
longint ili;
#endif
} Uint;
-#ifdef KR_headers
-extern int (*f__doed)(),(*f__doned)();
-extern int (*f__dorevert)();
-extern int rd_ed(),rd_ned();
-extern int w_ed(),w_ned();
-#else
#ifdef __cplusplus
extern "C" {
#endif
@@ -76,7 +67,6 @@ extern int wrt_L(Uint*, int, ftnlen);
#ifdef __cplusplus
}
#endif
-#endif
extern flag f__cblank,f__cplus,f__workdone, f__nonl;
extern char *f__fmtbuf;
extern int f__scale;
@@ -93,8 +83,4 @@ extern int f__cursor;
#define TYQUAD 14
#endif
-#ifdef KR_headers
-extern char *f__icvt();
-#else
extern char *f__icvt(longint, int*, int*, int);
-#endif