[uim-commit] r3069 - branches/r5rs/sigscheme/src

yamaken at freedesktop.org yamaken at freedesktop.org
Wed Feb 1 22:48:37 PST 2006


Author: yamaken
Date: 2006-02-01 22:48:33 -0800 (Wed, 01 Feb 2006)
New Revision: 3069

Modified:
   branches/r5rs/sigscheme/src/sigscheme.c
Log:
* sigscheme/src/sigscheme.c
  - Enclose some #include into #if SCM_USE_EVAL_C_STRING


Modified: branches/r5rs/sigscheme/src/sigscheme.c
===================================================================
--- branches/r5rs/sigscheme/src/sigscheme.c	2006-02-02 06:33:28 UTC (rev 3068)
+++ branches/r5rs/sigscheme/src/sigscheme.c	2006-02-02 06:48:33 UTC (rev 3069)
@@ -1,6 +1,6 @@
 /*===========================================================================
  *  FileName : sigscheme.c
- *  About    : initialization and finalization
+ *  About    : Client interfaces
  *
  *  Copyright (C) 2005-2006 Kazuki Ohta <mover AT hct.zaq.ne.jp>
  *
@@ -47,8 +47,10 @@
 #include "sigscheme.h"
 #include "sigschemeinternal.h"
 #include "encoding.h"
+#if SCM_USE_EVAL_C_STRING
 #include "baseport.h"
 #include "strport.h"
+#endif
 
 /*=======================================
   File Local Struct Declarations



More information about the uim-commit mailing list