diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-17 13:57:13 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-17 13:57:13 +0000 |
commit | 8eaaa103710c99bd9fc6e85aca805f603cd5f213 (patch) | |
tree | 2a45f2d5e16526227caa877e991c6fa6c770b15f /src/lisp.h | |
parent | 5c1814762955a90e1d432c0603f6ecf387b701c6 (diff) | |
download | emacs-8eaaa103710c99bd9fc6e85aca805f603cd5f213.tar.gz |
* 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.
Diffstat (limited to 'src/lisp.h')
-rw-r--r-- | src/lisp.h | 1 |
1 files changed, 0 insertions, 1 deletions
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)); |