commit | fc6f2efd13a6b667e48cdf1f5cf68d34fcb0fa74 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sat Feb 27 02:19:22 2016 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sat Feb 27 02:19:22 2016 +0100 |
tree | 333eb8cb55f641a694d9a58a758277dbb4c0bd6b | |
parent | 3902d62c4e9810f1386090dd60b38f5aa6e99512 [diff] |
compile.c: inline compiler_use_new_block() * Inline compiler_use_new_block() function into its only callee, compiler_enter_scope() * Remove unused NEW_BLOCK() macro