Declare code_gen_ptr, code_gen_max_blocks 'static'
authorStefan Weil <weil@mail.berlios.de>
Mon, 19 Jul 2010 16:23:17 +0000 (18:23 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 22 Jul 2010 03:52:10 +0000 (05:52 +0200)
commitb434ea7cff90f69175e3db342a0b3f0c8c1ae2b7
tree9c75bc5112aef3c0b8490e51ad58cac7e6ab76cf
parent352b921c3dcab6eab61f71515034aaa6a640ef2a
Declare code_gen_ptr, code_gen_max_blocks 'static'

Both values are only used in exec.c, so there is no need
to make them globally available.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
exec-all.h
exec.c