aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2001-01-24 06:52:54 +0000
committerKenichi Handa <[email protected]>2001-01-24 06:52:54 +0000
commit96531b20faae5d937d929a6378d7584f0ca21711 (patch)
treef03645323c878d09ede8782850580537b0c3d005 /src
parentaade194aa78654b18e368a1a1fc159c6206b82c6 (diff)
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a1ad4bd944..a3390bcbc5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,11 @@
2001-01-24 Kenichi Handa <[email protected]>
- * ccl.c (CCL_READ_CHAR): Change the argument name from r to REG
- as a workaround for SunOS 4's cc.
+ * ccl.c (CCL_READ_CHAR): Change the argument name from r to REG as
+ a workaround for SunOS 4's cc.
+ (CCL_CALL_FOR_MAP_INSTRUCTION): Use "if (1)..." not "do {...".
+ (CCL_SUCCESS, CCL_SUSPEND, CCL_INVALID_CMD): Likewise.
+ (ccl_driver) <CCL_ReadMultibyteChar2>: Remove unnecessay "do"
+ statement.
2001-01-23 Gerd Moellmann <[email protected]>