Mercurial > hg > xemacs-beta
comparison src/elhash.c @ 400:a86b2b5e0111 r21-2-30
Import from CVS: tag r21-2-30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:14:34 +0200 |
parents | 74fd4e045ea6 |
children | 2f8bb876ab1d |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
1423 /************************************************************************/ | 1423 /************************************************************************/ |
1424 | 1424 |
1425 void | 1425 void |
1426 syms_of_elhash (void) | 1426 syms_of_elhash (void) |
1427 { | 1427 { |
1428 INIT_LRECORD_IMPLEMENTATION (hash_table); | |
1429 | |
1428 DEFSUBR (Fhash_table_p); | 1430 DEFSUBR (Fhash_table_p); |
1429 DEFSUBR (Fmake_hash_table); | 1431 DEFSUBR (Fmake_hash_table); |
1430 DEFSUBR (Fcopy_hash_table); | 1432 DEFSUBR (Fcopy_hash_table); |
1431 DEFSUBR (Fgethash); | 1433 DEFSUBR (Fgethash); |
1432 DEFSUBR (Fremhash); | 1434 DEFSUBR (Fremhash); |