mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-17 16:44:00 +00:00
fix warning: a function declaration without a prototype is deprecated in all versions of C
This commit is contained in:
parent
51cae2af8d
commit
3ccc28d16a
@ -512,7 +512,7 @@ int ejlisp_bunsetsu_yomi(int bunsetsu_no, int bunsetsu_no2, int *yomi_len)
|
||||
return (wnn_errorno);
|
||||
}
|
||||
|
||||
int ejlisp_close() {
|
||||
int ejlisp_close(void) {
|
||||
#ifdef DEBUG
|
||||
printf("ejlisp_close start\n");
|
||||
#endif
|
||||
@ -556,7 +556,7 @@ int ejlisp_conv(unsigned short *yomi, unsigned short *kanji, int *kanji_len, int
|
||||
return (wnn_errorno);
|
||||
}
|
||||
|
||||
int ejlisp_conv_end() {
|
||||
int ejlisp_conv_end(void) {
|
||||
#ifdef DEBUG
|
||||
printf("ejlisp_conv_end start\n");
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user