X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Futil.c;h=bb897ee04a3d12d97f7b7a22e74a87c3a5f862a8;hb=4e8a248d98a453a045973aa514289b5f1faf01a8;hp=c05d357b3c3d44966587e299bf1dd092d7112030;hpb=e4e073e183aa3f7549d8806a430c721155bffbf4;p=hengband%2Fhengband.git diff --git a/src/util.c b/src/util.c index c05d357b3..bb897ee04 100644 --- a/src/util.c +++ b/src/util.c @@ -261,17 +261,6 @@ void user_name(char *buf, int id) */ -#ifdef ACORN - - - /* - * Most of the "file" routines for "ACORN" should be in "main-acn.c" - */ - - -#else /* ACORN */ - - #ifdef SET_UID /* @@ -492,9 +481,6 @@ errr my_fclose(FILE *fff) } -#endif /* ACORN */ - - #ifdef HAVE_MKSTEMP FILE *my_fopen_temp(char *buf, int max) @@ -641,20 +627,6 @@ errr my_fputs(FILE *fff, concptr buf, huge n) } -#ifdef ACORN - - -/* - * Most of the "file" routines for "ACORN" should be in "main-acn.c" - * - * Many of them can be rewritten now that only "fd_open()" and "fd_make()" - * and "my_fopen()" should ever create files. - */ - - -#else /* ACORN */ - - /* * The Macintosh is a little bit brain-dead sometimes */ @@ -995,11 +967,6 @@ errr fd_close(int fd) } -#endif /* ACORN */ - - - - /* * Important note about "colors" *