Mercurial > hg > xemacs-beta
diff src/symsinit.h @ 1983:9c872f33ecbe
[xemacs-hg @ 2004-04-05 22:49:31 by james]
Add bignum, ratio, and bigfloat support.
author | james |
---|---|
date | Mon, 05 Apr 2004 22:50:11 +0000 |
parents | 9fc738581a9d |
children | ecf1ebac70d8 |
line wrap: on
line diff
--- a/src/symsinit.h Mon Apr 05 21:50:47 2004 +0000 +++ b/src/symsinit.h Mon Apr 05 22:50:11 2004 +0000 @@ -151,6 +151,7 @@ void syms_of_mule_coding (void); void syms_of_mule_wnn (void); void syms_of_nt (void); +void syms_of_number (void); void syms_of_objects (void); void syms_of_objects_mswindows (void); void syms_of_objects_tty (void); @@ -391,6 +392,7 @@ void vars_of_mule_wnn (void); void reinit_vars_of_mule_wnn (void); void vars_of_nt (void); +void vars_of_number (void); void vars_of_objects (void); void reinit_vars_of_objects (void); void vars_of_objects_tty (void); @@ -548,4 +550,8 @@ void init_event_gtk_late (void); void console_type_create_select_gtk (void); +/* Enhanced number initialization: must be done only at runtime due to complex + interactions with the supporting libraries. */ +void init_number (void); + #endif /* INCLUDED_symsinit_h_ */