comparison src/symsinit.h @ 4802:2fc0e2f18322

Don't create any bignums before pdumping. Add bignum, ratio, and bigfloat finalizers so we don't leak memory with NEW_GC. See xemacs-patches message with ID <870180fe1001060900o46fa2b7o26b58850fadf9aba@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Wed, 06 Jan 2010 10:01:14 -0700
parents 374186f156d5
children b3ea9c582280
comparison
equal deleted inserted replaced
4801:591091481f20 4802:2fc0e2f18322
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 for more details. 15 for more details.
16 16
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with XEmacs; see the file COPYING. If not, write to 18 along with XEmacs; see the file COPYING. If not, write to
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 the Free Software Foundation, Inc., 51 Franklin St - Fifth Floor,
20 Boston, MA 02111-1307, USA. */ 20 Boston, MA 02111-1301, USA. */
21 21
22 /* Synched up with: Not in FSF. */ 22 /* Synched up with: Not in FSF. */
23 23
24 #ifndef INCLUDED_symsinit_h_ 24 #ifndef INCLUDED_symsinit_h_
25 #define INCLUDED_symsinit_h_ 25 #define INCLUDED_symsinit_h_
396 void reinit_vars_of_mule_coding (void); 396 void reinit_vars_of_mule_coding (void);
397 void vars_of_mule_wnn (void); 397 void vars_of_mule_wnn (void);
398 void reinit_vars_of_mule_wnn (void); 398 void reinit_vars_of_mule_wnn (void);
399 void vars_of_nt (void); 399 void vars_of_nt (void);
400 void vars_of_number (void); 400 void vars_of_number (void);
401 void reinit_vars_of_number (void);
401 void vars_of_objects (void); 402 void vars_of_objects (void);
402 void vars_of_font_mgr (void); 403 void vars_of_font_mgr (void);
403 void reinit_vars_of_font_mgr (void); 404 void reinit_vars_of_font_mgr (void);
404 void reinit_vars_of_objects (void); 405 void reinit_vars_of_objects (void);
405 void vars_of_objects_tty (void); 406 void vars_of_objects_tty (void);