Mercurial > hg > xemacs-beta
diff src/bytecode.h @ 3263:d674024a8674
[xemacs-hg @ 2006-02-27 16:29:00 by crestani]
- Introduce a fancy asynchronous finalization strategy on C level.
- Merge the code conditioned on MC_ALLOC into the code conditioned on
NEW_GC.
- Remove the possibility to free objects manually outside garbage
collections when the new collector is enabled.
author | crestani |
---|---|
date | Mon, 27 Feb 2006 16:29:29 +0000 |
parents | 141c2920ea48 |
children | 17362f371cc2 e0db3c197671 |
line wrap: on
line diff
--- a/src/bytecode.h Sun Feb 26 22:51:04 2006 +0000 +++ b/src/bytecode.h Mon Feb 27 16:29:29 2006 +0000 @@ -55,7 +55,7 @@ #define compiled_function_args_data(v) ((v)->args) #define XCOMPILED_FUNCTION_ARGS_DATA(s) \ compiled_function_args_data (XCOMPILED_FUNCTION_ARGS (s)) -#endif /* not NEW_GC */ +#endif /* NEW_GC */ /* Meanings of slots in a Lisp_Compiled_Function. Don't use these! For backward compatibility only. */