Skip to content

Commit

Permalink
Reverted to recursion by default. Extracted test iteration macros
Browse files Browse the repository at this point in the history
  • Loading branch information
Cormac Cannon authored and cormacc committed Aug 5, 2022
1 parent d279995 commit 19f7392
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 302 deletions.
2 changes: 1 addition & 1 deletion fakegen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ def counting_macro_instance(type, has_calling_conventions, vararg = :non_vararg,

def output_macro_counting_shortcuts(has_calling_conventions)

ppiter = PPIterators.new(recursive: false)
ppiter = PPIterators.new(recursive: true)
putd <<-MACRO_COUNTING
#{ppiter.embed_macros}
Expand Down
Loading

0 comments on commit 19f7392

Please sign in to comment.