[uim-commit] r1592 - trunk/uim

yamaken at freedesktop.org yamaken at freedesktop.org
Sun Sep 25 11:23:02 PDT 2005


Author: yamaken
Date: 2005-09-25 11:23:00 -0700 (Sun, 25 Sep 2005)
New Revision: 1592

Modified:
   trunk/uim/slib.c
Log:
* uim/slib.c
  - (NEWCELL): Initialize dbg_info with NIL which originally intended


Modified: trunk/uim/slib.c
===================================================================
--- trunk/uim/slib.c	2005-09-25 15:29:52 UTC (rev 1591)
+++ trunk/uim/slib.c	2005-09-25 18:23:00 UTC (rev 1592)
@@ -272,7 +272,7 @@
 #else
 #define NEWCELL(_into, _type)		\
 {  _NEWCELL (_into, _type);		\
-   (*_into).dbg_info = car (dbg_pos);}
+   (*_into).dbg_info = NIL; }
 #endif /* DEBUG_SCM */
 
 /* exported global symbol */



More information about the uim-commit mailing list