OSDN Git Service

[Refactor] #37353 TOKENIZE_CHECKQUOTE を file.h へ移動.
authordeskull <deskull@users.sourceforge.jp>
Tue, 4 Jun 2019 14:06:52 +0000 (23:06 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Tue, 4 Jun 2019 14:06:52 +0000 (23:06 +0900)
src/defines.h
src/files.h

index fd23f23..d24a80f 100644 (file)
 /*
  * Modes for the tokenizer
  */
-#define TOKENIZE_CHECKQUOTE 0x01  /* Special handling of single quotes */
 
 
 #define MAX_MANE 16
index 5ae580e..2248d99 100644 (file)
@@ -1,5 +1,7 @@
 #pragma once
 
+#define TOKENIZE_CHECKQUOTE 0x01  /* Special handling of single quotes */
+
 extern char savefile[1024];
 extern char savefile_base[40];