Move local variable declarations in a structure.
authorJean Privat <jean@pryen.org>
Tue, 20 Jan 2009 19:25:18 +0000 (14:25 -0500)
committerJean Privat <jean@pryen.org>
Tue, 20 Jan 2009 19:25:18 +0000 (14:25 -0500)
commit8a8743932e6d917c38a5d4d1bd07ca9d83afe51a
tree1d93f823b36fd731e74273e84deb6128bec7356d
parent3961a04535d17e1945179741c483a1a9ff04d8ae
Move local variable declarations in a structure.
All local variables are created in an array declared in the top of the C functions.
src/compiling/compiling_global.nit
src/compiling/compiling_methods.nit