include objcode cookie in the fallback path
authorAndy Wingo <wingo@pobox.com>
Tue, 11 Aug 2009 18:25:19 +0000 (20:25 +0200)
committerAndy Wingo <wingo@pobox.com>
Tue, 11 Aug 2009 18:25:44 +0000 (20:25 +0200)
commit86cfb42d56907c77e557b760328bfcee0d3be20c
tree8672677092f5e5c90bd9821c641bb3b720834b4c
parentf5d7662fc86462fef68477fbfed994d2cf228e3e
include objcode cookie in the fallback path

* libguile/_scm.h (SCM_OBJCODE_COOKIE): Move the objcode cookie define
  here, so that load.c can use it. This is a private header.

* libguile/load.c (FALLBACK_DIR): Include the objcode cookie in the
  fallback path. Should fix problems when objcode changes incompatibly
  during the 1.9 series.

* libguile/objcodes.c: Adapt to SCM_OBJCODE_COOKIE move.

This should fix http://article.gmane.org/gmane.lisp.guile.devel/9059.
libguile/_scm.h
libguile/load.c
libguile/objcodes.c