From 8eaaa103710c99bd9fc6e85aca805f603cd5f213 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Thu, 17 Jul 2008 13:57:13 +0000 Subject: * ecrt0.c: Remove code depending on m68000, not used anymore. * fns.c (hash_remove): Make static. * lisp.h (hash_remove): Don't prototype. * m/ibmrs6000.h: * m/ibms390x.h: * m/macppc.h: Remove boilerplate comments. * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on Solaris, which does not need them. * m/vax.h: Remove comments about unsupported systems. * s/darwin.h: Reorganize ifdefs. --- src/lisp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lisp.h') diff --git a/src/lisp.h b/src/lisp.h index bdf45262ffe..7a0d2088f13 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2354,7 +2354,6 @@ Lisp_Object copy_hash_table P_ ((struct Lisp_Hash_Table *)); int hash_lookup P_ ((struct Lisp_Hash_Table *, Lisp_Object, unsigned *)); int hash_put P_ ((struct Lisp_Hash_Table *, Lisp_Object, Lisp_Object, unsigned)); -void hash_remove P_ ((struct Lisp_Hash_Table *, Lisp_Object)); void hash_clear P_ ((struct Lisp_Hash_Table *)); void remove_hash_entry P_ ((struct Lisp_Hash_Table *, int)); extern void init_fns P_ ((void)); -- cgit v1.2.1