android_system_core/libacc/tests/data
Jack Palevich 303d8ffca9 Improve local variable scoping.
Until now we faked local variables -- they only worked correctly if
there was no overlap between local variables and global variables.

Use a symbol table stack instead of a string list.

Fix bug with looking up undefined symbols.
2009-06-11 21:47:57 -07:00
..
bellard.otccex.c Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
error.c Improve ACC error reporting. 2009-05-29 13:53:44 -07:00
expr-ansi.c Improve local variable scoping. 2009-06-11 21:47:57 -07:00
expr.c Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
expr2.c Improve local variable scoping. 2009-06-11 21:47:57 -07:00
hello.c Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
locals.c Improve local variable scoping. 2009-06-11 21:47:57 -07:00
missing-main.c Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
otcc-ansi.c Improve local variable scoping. 2009-06-11 21:47:57 -07:00
otcc-noinclude.c Add support for #pragma foo(bar) 2009-06-04 16:38:35 -07:00
otcc.c Make otcc code work in x64 based system with 32-bit chroot. 2009-06-09 22:59:04 +00:00
returnval-ansi.c Make otcc code work in x64 based system with 32-bit chroot. 2009-06-09 22:59:04 +00:00
returnval.c Make otcc code work in x64 based system with 32-bit chroot. 2009-06-09 22:59:04 +00:00
simplest.c Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00