mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-30 19:01:02 -07:00
Refactor Test gen_time to GEN_TIME
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#if gen_time
|
||||
#if GEN_TIME
|
||||
#define GEN_FEATURE_PARSING
|
||||
#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
|
||||
#define GEN_ENFORCE_STRONG_CODE_TYPES
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#if gen_time
|
||||
#if GEN_TIME
|
||||
#define GEN_FEATURE_PARSING
|
||||
#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
|
||||
#define GEN_ENFORCE_STRONG_CODE_TYPES
|
||||
@ -203,4 +203,4 @@ u32 gen_buffer_file()
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif // gen_time
|
||||
#endif // GEN_TIME
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#if gen_time
|
||||
#if GEN_TIME
|
||||
#define GEN_FEATURE_PARSING
|
||||
#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
|
||||
#define GEN_ENFORCE_STRONG_CODE_TYPES
|
||||
@ -357,4 +357,4 @@ u32 gen_hashtable_file()
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif // gen_time
|
||||
#endif // GEN_TIME
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#if gen_time
|
||||
#if GEN_TIME
|
||||
#define GEN_FEATURE_PARSING
|
||||
#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
|
||||
#define GEN_ENFORCE_STRONG_CODE_TYPES
|
||||
@ -173,4 +173,4 @@ u32 gen_ring_file()
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif // gen_time
|
||||
#endif // GEN_TIME
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#ifdef gen_time
|
||||
#ifdef GEN_TIME
|
||||
#define GEN_FEATURE_PARSING
|
||||
#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
|
||||
#define GEN_ENFORCE_STRONG_CODE_TYPES
|
||||
|
Reference in New Issue
Block a user