[uim-commit] r1517 - trunk/uim

yamaken at freedesktop.org yamaken at freedesktop.org
Sun Sep 18 06:14:36 PDT 2005


Author: yamaken
Date: 2005-09-18 06:14:33 -0700 (Sun, 18 Sep 2005)
New Revision: 1517

Modified:
   trunk/uim/siod.h
   trunk/uim/slib.c
Log:
* uim/siod.h
  - (gc_protect): Move to slib.c
* uim/slib.c
  - (gc_protect): Moved from siod.h


Modified: trunk/uim/siod.h
===================================================================
--- trunk/uim/siod.h	2005-09-18 13:11:03 UTC (rev 1516)
+++ trunk/uim/siod.h	2005-09-18 13:14:33 UTC (rev 1517)
@@ -215,8 +215,6 @@
 
 #define TKBUFFERN 5120
 
-#define gc_protect siod_gc_protect
-
 void siod_gc_protect (LISP * location);
 #if (NESTED_REPL_C_STRING)
 void siod_gc_protect_stack(LISP *stack_start);

Modified: trunk/uim/slib.c
===================================================================
--- trunk/uim/slib.c	2005-09-18 13:11:03 UTC (rev 1516)
+++ trunk/uim/slib.c	2005-09-18 13:14:33 UTC (rev 1517)
@@ -241,6 +241,8 @@
 
 /* macros */
 
+#define gc_protect siod_gc_protect
+
 #define INTERRUPT_CHECK()
 
 #define GETC_FCN(x) (*((*x).getc_fcn))((*x).cb_argument)



More information about the uim-commit mailing list