diff options
| author | Kenichi Handa | 2000-02-02 07:06:26 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-02-02 07:06:26 +0000 |
| commit | 25660570bea4aa8fb85084e91c870e3467e87038 (patch) | |
| tree | c98580863eb167e8413cb914804b7d68b21adbb8 /src/ChangeLog | |
| parent | ca91fb26ce839448e5bf939497ba6a9dd0390a2c (diff) | |
| download | emacs-25660570bea4aa8fb85084e91c870e3467e87038.tar.gz emacs-25660570bea4aa8fb85084e91c870e3467e87038.zip | |
(ccl_driver) <CCL_WriteExprRegister>: Set jump_address
instead of incrementing ic directly.
<CCL_WriteExprConst> Likewise.
<ccl_set_expr>: Set ic to jump_address.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dbf0522b392..edb9d3c590e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2000-02-02 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-02-02 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * ccl.c (ccl_driver) <CCL_WriteExprRegister>: Set jump_address | ||
| 4 | instead of incrementing ic directly. | ||
| 5 | <CCL_WriteExprConst> Likewise. | ||
| 6 | <ccl_set_expr>: Set ic to jump_address. | ||
| 7 | |||
| 3 | * fileio.c (e_write): Fix the handling of | 8 | * fileio.c (e_write): Fix the handling of |
| 4 | CODING_FINISH_INSUFFICIENT_SRC. | 9 | CODING_FINISH_INSUFFICIENT_SRC. |
| 5 | 10 | ||