diff options
-rw-r--r-- | fpconv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ static inline void fpconv_init() | |||
12 | /* Do nothing - not required */ | 12 | /* Do nothing - not required */ |
13 | } | 13 | } |
14 | #else | 14 | #else |
15 | extern inline void fpconv_init(); | 15 | extern void fpconv_init(); |
16 | #endif | 16 | #endif |
17 | 17 | ||
18 | extern int fpconv_g_fmt(char*, double, int); | 18 | extern int fpconv_g_fmt(char*, double, int); |