[uim-commit] r2666 - branches/r5rs/sigscheme
yamaken at freedesktop.org
yamaken at freedesktop.org
Tue Dec 20 05:41:48 PST 2005
Author: yamaken
Date: 2005-12-20 05:41:44 -0800 (Tue, 20 Dec 2005)
New Revision: 2666
Modified:
branches/r5rs/sigscheme/storage-compact.h
Log:
* sigscheme/storage-compact.h
- (SCM_SAL_MAKE_BOOL): Removed. The SAL does not define this interface
Modified: branches/r5rs/sigscheme/storage-compact.h
===================================================================
--- branches/r5rs/sigscheme/storage-compact.h 2005-12-20 13:38:35 UTC (rev 2665)
+++ branches/r5rs/sigscheme/storage-compact.h 2005-12-20 13:41:44 UTC (rev 2666)
@@ -583,7 +583,6 @@
/*=======================================
Object Creators
=======================================*/
-#define SCM_SAL_MAKE_BOOL(x) ((x) ? SCM_TRUE : SCM_FALSE)
#define SCM_SAL_MAKE_INT scm_make_int
#define SCM_SAL_MAKE_CONS scm_make_cons
#define SCM_SAL_MAKE_SYMBOL scm_make_symbol
More information about the uim-commit
mailing list