Skip to content

Commit 19f7392

Browse files
Cormac Cannoncormacc
Cormac Cannon
authored andcommitted
Reverted to recursion by default. Extracted test iteration macros
1 parent d279995 commit 19f7392

File tree

5 files changed

+62
-302
lines changed

5 files changed

+62
-302
lines changed

fakegen.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ def counting_macro_instance(type, has_calling_conventions, vararg = :non_vararg,
637637

638638
def output_macro_counting_shortcuts(has_calling_conventions)
639639

640-
ppiter = PPIterators.new(recursive: false)
640+
ppiter = PPIterators.new(recursive: true)
641641
putd <<-MACRO_COUNTING
642642
643643
#{ppiter.embed_macros}

0 commit comments

Comments
 (0)