* Fixed bug where GC got the wrong size of block context objects
commite417352f27e35f3ad35450324a66f780919f73c6
authorVincent Geddes <vincent.geddes@gmail.com>
Tue, 24 Jun 2008 02:00:38 +0000 (24 04:00 +0200)
committerVincent Geddes <vincent.geddes@gmail.com>
Tue, 24 Jun 2008 02:00:38 +0000 (24 04:00 +0200)
treea526df40ded3b2e56ca9dd3ddcd6c79ee2eb8336
parentdbf0d8de7564f30dab1bad8c84f07606da2cc760
* Fixed bug where GC got the wrong size of block context objects
* get rid of INLINE macro, replace directly with `static inline'
29 files changed:
Makefile-libpanda.am
Makefile.am
configure.ac
src/main.c
src/st-array.h
src/st-byte-array.h
src/st-character.h
src/st-context.h
src/st-float-array.c
src/st-float-array.h
src/st-float.h
src/st-heap-object.h
src/st-large-integer.h
src/st-method.h
src/st-object-memory.c
src/st-object-memory.h
src/st-object.c
src/st-object.h
src/st-parser.c
src/st-primitives.c
src/st-processor.c
src/st-small-integer.h
src/st-types.h
src/st-universe.c
src/st-universe.h
src/st-utils.c
src/st-utils.h
src/st-word-array.c
src/st-word-array.h