Fix compiler warnings [-Wmissing-declarations].
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11559 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
9aa5e497ba
commit
72ced0ddd3
@ -19,6 +19,7 @@
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
#include <FL/platform_types.h>
|
||||
#include <FL/filename.H>
|
||||
|
||||
/*
|
||||
* 'numericsort()' - Compare two directory entries, possibly with
|
||||
|
||||
@ -19,9 +19,12 @@
|
||||
* This file is required on all platforms for UTF-8 support
|
||||
*/
|
||||
|
||||
#include "headers/case.h"
|
||||
#include "../Xutf8.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
/* include UCS tables */
|
||||
#include "headers/case.h"
|
||||
|
||||
int
|
||||
XUtf8Tolower(int ucs) {
|
||||
int ret;
|
||||
|
||||
@ -15,9 +15,12 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file is required on all platforms for utf8 support
|
||||
* This file is required on all platforms for UTF-8 support
|
||||
*/
|
||||
|
||||
#include "../Xutf8.h"
|
||||
|
||||
/* include UCS tables */
|
||||
#include "headers/spacing.h"
|
||||
|
||||
unsigned short
|
||||
|
||||
Loading…
Reference in New Issue
Block a user