diff options
| author | Kenichi Handa | 2003-12-29 07:51:39 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-12-29 07:51:39 +0000 |
| commit | 0321663c42deff8636d5f9c7301c89f9de264536 (patch) | |
| tree | c2c8e6f6d1ec58ac0ef6fdd12255ddf0e2b96280 /src/charset.h | |
| parent | 99e293b5b26ffdebbdb81b999bb2aa42d868db2e (diff) | |
| download | emacs-0321663c42deff8636d5f9c7301c89f9de264536.tar.gz emacs-0321663c42deff8636d5f9c7301c89f9de264536.zip | |
(charset_table_used): Delete extern.
Diffstat (limited to 'src/charset.h')
| -rw-r--r-- | src/charset.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/charset.h b/src/charset.h index 54ea631e517..18fdcfb16c0 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -245,7 +245,6 @@ extern Lisp_Object Vcharset_hash_table; | |||
| 245 | 245 | ||
| 246 | /* Table of struct charset. */ | 246 | /* Table of struct charset. */ |
| 247 | extern struct charset *charset_table; | 247 | extern struct charset *charset_table; |
| 248 | extern int charset_table_used; | ||
| 249 | 248 | ||
| 250 | #define CHARSET_FROM_ID(id) (charset_table + (id)) | 249 | #define CHARSET_FROM_ID(id) (charset_table + (id)) |
| 251 | 250 | ||