fix declaration
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2051 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
0176f14ae9
commit
d7eaa84d9e
@ -264,7 +264,7 @@ typedef enum {
|
|||||||
#define NUMBER_OF_CHARS 256
|
#define NUMBER_OF_CHARS 256
|
||||||
extern char *Yap_chtype;
|
extern char *Yap_chtype;
|
||||||
|
|
||||||
inline int STD_PROTO(chtype,(wchar_t));
|
EXTERN inline int STD_PROTO(chtype,(wchar_t));
|
||||||
|
|
||||||
EXTERN inline int
|
EXTERN inline int
|
||||||
chtype(wchar_t ch)
|
chtype(wchar_t ch)
|
||||||
|
Reference in New Issue
Block a user