comparison 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
comparison
equal deleted inserted replaced
5192:635f4b506855 5193:41ac827cb71b
312 something_happened /* QUIT */ 312 something_happened /* QUIT */
313 specpdl_depth_counter /* specpdl_depth */ 313 specpdl_depth_counter /* specpdl_depth */
314 Qconsp /* CHECK_CONS */ 314 Qconsp /* CHECK_CONS */
315 Qcritical /* QUIT, QUITP */ 315 Qcritical /* QUIT, QUITP */
316 Qdelete 316 Qdelete
317 Qfixnump /* CHECK_INT */
317 Qfile_name /* Qdll_filename_encoding */ 318 Qfile_name /* Qdll_filename_encoding */
318 Qintegerp /* CHECK_INT, CONCHECK_INT */ 319 Qintegerp /* CHECK_INT, CONCHECK_INT */
319 Qinvalid_argument 320 Qinvalid_argument
320 Qnative 321 Qnative
321 Qnil 322 Qnil