From 395a0a1fb35450f253eb3afcc9465e3c9d7f8040 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 3 Sep 2001 17:55:23 +0000 Subject: [PATCH] (Lisp_Char_ID_Table): Deleted. --- src/chartab.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/chartab.h b/src/chartab.h index c3dae44..1bfc4f4 100644 --- a/src/chartab.h +++ b/src/chartab.h @@ -93,8 +93,6 @@ Lisp_Object put_byte_table (Lisp_Object table, unsigned char idx, Lisp_Object value); -typedef struct Lisp_Char_Table Lisp_Char_ID_Table; - Lisp_Object make_char_id_table (Lisp_Object initval); #endif -- 1.7.10.4