Mercurial > hg > xemacs-beta
comparison src/elhash.c @ 452:3d3049ae1304 r21-2-41
Import from CVS: tag r21-2-41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:40:21 +0200 |
parents | 98528da0b7fc |
children | c33ae14dd6d0 |
comparison
equal
deleted
inserted
replaced
451:8ad70c5cd5d7 | 452:3d3049ae1304 |
---|---|
1545 void | 1545 void |
1546 vars_of_elhash (void) | 1546 vars_of_elhash (void) |
1547 { | 1547 { |
1548 /* This must NOT be staticpro'd */ | 1548 /* This must NOT be staticpro'd */ |
1549 Vall_weak_hash_tables = Qnil; | 1549 Vall_weak_hash_tables = Qnil; |
1550 pdump_wire_list (&Vall_weak_hash_tables); | 1550 dump_add_weak_object_chain (&Vall_weak_hash_tables); |
1551 } | 1551 } |