Mercurial > hg > xemacs-beta
comparison src/lisp.h @ 1957:59e1bbea04fe
[xemacs-hg @ 2004-03-19 02:59:08 by james]
Break infinite loop that made debug-allocation unusable.
author | james |
---|---|
date | Fri, 19 Mar 2004 02:59:10 +0000 |
parents | 44905d8fae13 |
children | 9c872f33ecbe |
comparison
equal
deleted
inserted
replaced
1956:2aa9359b1615 | 1957:59e1bbea04fe |
---|---|
3365 #endif | 3365 #endif |
3366 | 3366 |
3367 void register_post_gc_action (void (*fun) (void *), void *arg); | 3367 void register_post_gc_action (void (*fun) (void *), void *arg); |
3368 int begin_gc_forbidden (void); | 3368 int begin_gc_forbidden (void); |
3369 void end_gc_forbidden (int count); | 3369 void end_gc_forbidden (int count); |
3370 extern int gc_currently_forbidden; | |
3370 | 3371 |
3371 END_C_DECLS | 3372 END_C_DECLS |
3372 | 3373 |
3373 | 3374 |
3374 /************************************************************************/ | 3375 /************************************************************************/ |