Mercurial > hg > xemacs-beta
comparison src/chartab.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 | 576fb035e263 |
children | c33ae14dd6d0 |
comparison
equal
deleted
inserted
replaced
451:8ad70c5cd5d7 | 452:3d3049ae1304 |
---|---|
1845 void | 1845 void |
1846 vars_of_chartab (void) | 1846 vars_of_chartab (void) |
1847 { | 1847 { |
1848 /* DO NOT staticpro this. It works just like Vweak_hash_tables. */ | 1848 /* DO NOT staticpro this. It works just like Vweak_hash_tables. */ |
1849 Vall_syntax_tables = Qnil; | 1849 Vall_syntax_tables = Qnil; |
1850 pdump_wire_list (&Vall_syntax_tables); | 1850 dump_add_weak_object_chain (&Vall_syntax_tables); |
1851 } | 1851 } |
1852 | 1852 |
1853 void | 1853 void |
1854 structure_type_create_chartab (void) | 1854 structure_type_create_chartab (void) |
1855 { | 1855 { |