Fix portability issues

Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
Jörg Sonnenberger 2009-10-06 17:41:49 +00:00 • committed by Masanori Ogino
commit 109af13829
5 changed files with 8 additions and 10 deletions

View file

@ -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';