Rename PH7_COMPILE_SINGLE_STMT to PH7_COMPILE_STATEMENT
All checks were successful
The build was successful.

This commit is contained in:
2018-08-14 23:48:15 +02:00
parent 26b1675021
commit be454ff7be
2 changed files with 5 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ struct LangConstruct {
};
/* Compilation flags */
#define PH7_COMPILE_SINGLE_STMT 0x001 /* Compile a single statement */
#define PH7_COMPILE_STATEMENT 0x001 /* Compile a single statement */
/* Token stream synchronization macros */
#define SWAP_TOKEN_STREAM(GEN,START,END)\