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 committed Jul 18, 2019
1 parent 914d09b commit 44d0158
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 @@ -630,7 +630,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 44d0158

Please sign in to comment.