OSDN Git Service

[Refactor] #37353 ACORN (旧式RISC OS)のサポートに由来するプリプロを削除 / Removed preprocessors 'ACORN...
[hengband/hengband.git] / src / util.c
index c05d357..bb897ee 100644 (file)
@@ -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"
  *