Fix portability issues
Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
parent
0a67b18647
commit
109af13829
5 changed files with 8 additions and 10 deletions
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <locale.h>
|
||||
#include <ctype.h>
|
||||
|
|
@ -108,9 +108,8 @@ sjset_code()
|
|||
|
||||
getsjrc ()
|
||||
{
|
||||
FILE *fd, *fopen();
|
||||
FILE *fd;
|
||||
register char *p;
|
||||
char *getenv();
|
||||
|
||||
sjset_code();
|
||||
RCfile[0] = '\0';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue