Mercurial > hg > xemacs-beta
diff src/xemacs.def.in.in @ 5193:41ac827cb71b
fix cygwin compile, fix warning and style in elhash.c
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-04-06 Ben Wing <ben@xemacs.org>
* elhash.c (Feq_hash):
Cast to EMACS_INT to fix warning.
* elhash.c (internal_hash):
* elhash.c (Feql_hash):
Fix spacing before parens.
* general-slots.h:
* xemacs.def.in.in:
Export Qfixnump to fix eldap.c link error.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 06 Apr 2010 23:29:35 -0500 |
parents | f965e31a35f0 |
children | 503b9a3e5e46 308d34e9f07d |
line wrap: on
line diff
--- a/src/xemacs.def.in.in Tue Apr 06 15:08:22 2010 +0100 +++ b/src/xemacs.def.in.in Tue Apr 06 23:29:35 2010 -0500 @@ -314,6 +314,7 @@ Qconsp /* CHECK_CONS */ Qcritical /* QUIT, QUITP */ Qdelete +Qfixnump /* CHECK_INT */ Qfile_name /* Qdll_filename_encoding */ Qintegerp /* CHECK_INT, CONCHECK_INT */ Qinvalid_argument