diff options
| author | Joakim Verona | 2013-09-10 23:52:26 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-09-10 23:52:26 +0200 |
| commit | 63dae8e97d343fd4ebfe3dc08f0e8dc932630a4c (patch) | |
| tree | e5078c5545c777e21944a9ee4199a6f2c6d25ca9 /src/coding.h | |
| parent | 92aeabcc8a007f521a664e3aee092eb80ad0f49a (diff) | |
| download | emacs-63dae8e97d343fd4ebfe3dc08f0e8dc932630a4c.tar.gz emacs-63dae8e97d343fd4ebfe3dc08f0e8dc932630a4c.zip | |
merge upstream
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/coding.h b/src/coding.h index 7b7078e06fa..2c01a05d197 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -378,8 +378,6 @@ struct emacs_mule_spec | |||
| 378 | struct composition_status cmp_status; | 378 | struct composition_status cmp_status; |
| 379 | }; | 379 | }; |
| 380 | 380 | ||
| 381 | struct ccl_spec; | ||
| 382 | |||
| 383 | struct undecided_spec | 381 | struct undecided_spec |
| 384 | { | 382 | { |
| 385 | /* Inhibit null byte detection. 1 means always inhibit, | 383 | /* Inhibit null byte detection. 1 means always inhibit, |