From e841c3e0c006a4c80d873f93cb512f0ec71a5705 Mon Sep 17 00:00:00 2001 From: Keisuke Nishida Date: Fri, 8 Dec 2000 17:32:56 +0000 Subject: Smob-related creanup. --- libguile/macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libguile/macros.h') diff --git a/libguile/macros.h b/libguile/macros.h index 7871be156..af7ee7014 100644 --- a/libguile/macros.h +++ b/libguile/macros.h @@ -50,7 +50,7 @@ #define SCM_ASSYNT(_cond, _arg, _pos, _subr) if(!(_cond))scm_wta(_arg, (char *)_pos, _subr); -extern long scm_tc16_macro; +extern scm_bits_t scm_tc16_macro; extern SCM scm_makacro (SCM code); extern SCM scm_makmacro (SCM code); -- cgit v1.2.1