1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00

(charset_table_used): Delete extern.

This commit is contained in:
Kenichi Handa 2003-12-29 07:51:39 +00:00
parent 99e293b5b2
commit 0321663c42

View file

@ -245,7 +245,6 @@ extern Lisp_Object Vcharset_hash_table;
/* Table of struct charset. */
extern struct charset *charset_table;
extern int charset_table_used;
#define CHARSET_FROM_ID(id) (charset_table + (id))