Fossil SCM
Remove the prototype for pikchr() from config.h, since pikchr.c gets a valid header file on all platforms.
Commit
fd9b8fd845b8278b6c1466806d544d27a167ed75ee71698ee96a45b42d754d5a
Parent
f46f8c3839ee3b7…
1 file changed
-2
-2
| --- src/config.h | ||
| +++ src/config.h | ||
| @@ -275,9 +275,7 @@ | ||
| 275 | 275 | */ |
| 276 | 276 | #if !defined(HAVE_PLEDGE) |
| 277 | 277 | # define fossil_pledge(A) |
| 278 | 278 | #endif |
| 279 | 279 | |
| 280 | -/* Need a prototype for pikchr() */ | |
| 281 | -extern char *pikchr(const char*,const char*,unsigned in, int*,int*); | |
| 282 | 280 | |
| 283 | 281 | #endif /* _RC_COMPILE_ */ |
| 284 | 282 |
| --- src/config.h | |
| +++ src/config.h | |
| @@ -275,9 +275,7 @@ | |
| 275 | */ |
| 276 | #if !defined(HAVE_PLEDGE) |
| 277 | # define fossil_pledge(A) |
| 278 | #endif |
| 279 | |
| 280 | /* Need a prototype for pikchr() */ |
| 281 | extern char *pikchr(const char*,const char*,unsigned in, int*,int*); |
| 282 | |
| 283 | #endif /* _RC_COMPILE_ */ |
| 284 |
| --- src/config.h | |
| +++ src/config.h | |
| @@ -275,9 +275,7 @@ | |
| 275 | */ |
| 276 | #if !defined(HAVE_PLEDGE) |
| 277 | # define fossil_pledge(A) |
| 278 | #endif |
| 279 | |
| 280 | |
| 281 | #endif /* _RC_COMPILE_ */ |
| 282 |