OSDN Git Service

[Refactor] #37353 USE_DEBUG のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed USE_DEBUG but...
authorHourier <hourier@users.sourceforge.jp>
Sat, 25 Jan 2020 15:06:11 +0000 (00:06 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sat, 25 Jan 2020 15:06:11 +0000 (00:06 +0900)
src/h-config.h

index 562b674..1cad934 100644 (file)
 
 #endif /* INCLUDED_H_CONFIG_H */
 
-
-/* Allow debug commands */
-#define USE_DEBUG
-
 /* Allow various special stuff (sound, graphics, etc.) */
 #define USE_SPECIAL
 
  */
 /* #define VERIFY_SAVEFILE */
 
-
-
-/*
- * OPTION: Hack -- Compile in support for "Cyborg" mode
- */
-/*#define ALLOW_BORG*/
-
-#ifdef USE_DEBUG
-
-#endif /* USE_DEBUG */
-
  /*
  * OPTION: Handle signals
  */