[uim-commit] r1303 - branches/r5rs/sigscheme
yamaken at freedesktop.org
yamaken at freedesktop.org
Wed Aug 24 07:16:18 PDT 2005
Author: yamaken
Date: 2005-08-24 07:16:14 -0700 (Wed, 24 Aug 2005)
New Revision: 1303
Modified:
branches/r5rs/sigscheme/sigschemeinternal.h
Log:
* r5rs/sigscheme/sigschemeinternal.h
- Modify a comment
Modified: branches/r5rs/sigscheme/sigschemeinternal.h
===================================================================
--- branches/r5rs/sigscheme/sigschemeinternal.h 2005-08-24 14:06:42 UTC (rev 1302)
+++ branches/r5rs/sigscheme/sigschemeinternal.h 2005-08-24 14:16:14 UTC (rev 1303)
@@ -88,7 +88,7 @@
#define SCM_SETFREECELL_CAR(a,car) (SCM_FREECELL_CAR(a) = car)
#define SCM_SETFREECELL_CDR(a,cdr) (SCM_FREECELL_CDR(a) = cdr)
-/* Internal Macros with no prefix */
+/* Prefix-less Abbreviation Names For Convenient Internal Use */
#define EQ SCM_EQ
#define NEQ SCM_NEQ
#define NULLP SCM_NULLP
More information about the uim-commit
mailing list