Changeset 2cb8bf71 for src/AST/Pass.impl.hpp
- Timestamp:
- May 30, 2023, 5:35:57 PM (3 years ago)
- Branches:
- ast-experimental, master
- 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. - File:
-
- 1 edited
-
src/AST/Pass.impl.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
Note:
See TracChangeset
for help on using the changeset viewer.