[uim-commit] r1507 - trunk/replace
ekato at freedesktop.org
ekato at freedesktop.org
Fri Sep 16 18:18:04 PDT 2005
Author: ekato
Date: 2005-09-16 18:18:01 -0700 (Fri, 16 Sep 2005)
New Revision: 1507
Modified:
trunk/replace/strsep.c
Log:
* replace/strsep.c : Put uim_setsep() only if
!defined(HAVE_STRSEP) as previous versions.
Modified: trunk/replace/strsep.c
===================================================================
--- trunk/replace/strsep.c 2005-09-16 18:04:07 UTC (rev 1506)
+++ trunk/replace/strsep.c 2005-09-17 01:18:01 UTC (rev 1507)
@@ -71,8 +71,6 @@
/* NOTREACHED */
}
-#endif /* !defined(HAVE_STRSEP) */
-
/*
* uim_strsep is needed for keeping libuim's ABI.
*/
@@ -81,3 +79,6 @@
{
strsep(stringp, delim);
}
+
+#endif /* !defined(HAVE_STRSEP) */
+
More information about the uim-commit
mailing list