[uim-commit] r1620 - branches/r5rs/sigscheme
yamaken at freedesktop.org
yamaken at freedesktop.org
Tue Sep 27 13:44:30 PDT 2005
Author: yamaken
Date: 2005-09-27 13:44:28 -0700 (Tue, 27 Sep 2005)
New Revision: 1620
Modified:
branches/r5rs/sigscheme/debug.c
Log:
* sigscheme/debug.c
- (debug_mask): Add lacking 'int'
Modified: branches/r5rs/sigscheme/debug.c
===================================================================
--- branches/r5rs/sigscheme/debug.c 2005-09-27 20:36:37 UTC (rev 1619)
+++ branches/r5rs/sigscheme/debug.c 2005-09-27 20:44:28 UTC (rev 1620)
@@ -94,7 +94,7 @@
/*=======================================
Variable Declarations
=======================================*/
-static debug_mask;
+static int debug_mask;
#if SCM_USE_SRFI38
static write_ss_context *write_ss_ctx; /* misc info in priting shared structures */
#endif
More information about the uim-commit
mailing list