diff options
author | Keisuke Nishida <kxn30@po.cwru.edu> | 2000-12-08 17:32:56 +0000 |
---|---|---|
committer | Keisuke Nishida <kxn30@po.cwru.edu> | 2000-12-08 17:32:56 +0000 |
commit | e841c3e0c006a4c80d873f93cb512f0ec71a5705 (patch) | |
tree | a464d2eb9ca225d04d034b40e8b029efce1ea323 /libguile/eval.h | |
parent | 38ae064c6e462bafc7e188b4586fb3e6eedec876 (diff) | |
download | guile-e841c3e0c006a4c80d873f93cb512f0ec71a5705.tar.gz |
Smob-related creanup.
Diffstat (limited to 'libguile/eval.h')
-rw-r--r-- | libguile/eval.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/eval.h b/libguile/eval.h index 7ae614993..33a2f6f96 100644 --- a/libguile/eval.h +++ b/libguile/eval.h @@ -172,7 +172,7 @@ extern SCM scm_sym_args; extern SCM scm_f_apply; -extern long scm_tc16_macro; +extern scm_bits_t scm_tc16_macro; /* A resolved global variable reference in the CAR position * of a list is stored (in code only) as a pointer to a pair with a |