fix some compilation warnings, in anticipation of moving to libguile/
authorAndy Wingo <wingo@pobox.com>
Wed, 20 Aug 2008 21:32:36 +0000 (14:32 -0700)
committerAndy Wingo <wingo@pobox.com>
Wed, 20 Aug 2008 21:32:36 +0000 (14:32 -0700)
commitfcd4901bef43fb17ab245e70ac420249bb951ef6
treef34c4f022df8f20ec82db73c84050da4a25376ca
parent22e95889ffb32ac09b799ef23df8b4eaeb3face3
fix some compilation warnings, in anticipation of moving to libguile/

* src/Makefile.am: Use standard guile CFLAGS, which has -Werror and
  -Wmissing-prototypes.

* src/frames.h:
* src/instructions.h:
* src/objcodes.h:
* src/programs.h:
* src/vm.h:
* src/vm.c: Fix warnings, mostly about prototypes.

* src/vm_system.c: Fix a tricky x-is-not-initialized error. Thanks, GCC!
src/Makefile.am
src/frames.h
src/instructions.h
src/objcodes.h
src/programs.h
src/vm.c
src/vm.h
src/vm_system.c