- Timestamp:
- May 30, 2023, 5:35:57 PM (3 years ago)
- Branches:
- ast-experimental, master, stuck-waitfor-destruct
- Children:
- dd3baf4
- Parents:
- 44198fb9 (diff), 8913de4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- src/AST
- Files:
-
- 2 edited
-
Pass.impl.hpp (modified) (1 diff)
-
Pass.proto.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
r44198fb9 r2cb8bf71 46 46 47 47 #ifdef PEDANTIC_PASS_ASSERT 48 #define __pedantic_pass_assert(...) assert (__VA_ARGS__)48 #define __pedantic_pass_assert(...) assert(__VA_ARGS__) 49 49 #define __pedantic_pass_assertf(...) assertf(__VA_ARGS__) 50 50 #else -
src/AST/Pass.proto.hpp
r44198fb9 r2cb8bf71 27 27 28 28 #ifdef PEDANTIC_PASS_ASSERT 29 #define __pedantic_pass_assert(...) assert (__VA_ARGS__)29 #define __pedantic_pass_assert(...) assert(__VA_ARGS__) 30 30 #define __pedantic_pass_assertf(...) assertf(__VA_ARGS__) 31 31 #else
Note:
See TracChangeset
for help on using the changeset viewer.