diff src/lisp.h @ 96764:1307c33f5e9a

* 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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 17 Jul 2008 13:57:13 +0000
parents e50b24691c01
children 3760da9fe15e
line wrap: on
line diff
--- a/src/lisp.h	Thu Jul 17 13:50:30 2008 +0000
+++ b/src/lisp.h	Thu Jul 17 13:57:13 2008 +0000
@@ -2354,7 +2354,6 @@
 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));