Mercurial > hg > xemacs-beta
comparison src/symsinit.h @ 5292:e4305eb6fb8c
Merge some permissions corrections to trunk.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 18 Oct 2010 23:21:23 +0900 |
parents | 6c8f5574d4a1 |
children | 2aa9cd456ae7 |
comparison
equal
deleted
inserted
replaced
5291:85bd42a1e544 | 5292:e4305eb6fb8c |
---|---|
52 void init_eistring_once_early (void); | 52 void init_eistring_once_early (void); |
53 void init_elhash_once_early (void); | 53 void init_elhash_once_early (void); |
54 void init_errors_once_early (void); | 54 void init_errors_once_early (void); |
55 void reinit_opaque_early (void); | 55 void reinit_opaque_early (void); |
56 void init_opaque_once_early (void); | 56 void init_opaque_once_early (void); |
57 void reinit_process_early (void); | |
57 void reinit_symbols_early (void); | 58 void reinit_symbols_early (void); |
58 void init_symbols_once_early (void); | 59 void init_symbols_once_early (void); |
59 | 60 |
60 /* Reset the Lisp engine. Called both at dump-time, run-time and | 61 /* Reset the Lisp engine. Called both at dump-time, run-time and |
61 run-temacs-time; at dump-time, it's called early, before any of the | 62 run-temacs-time; at dump-time, it's called early, before any of the |