Jan Vroonhof <vroonhof(a)math.ethz.ch> writes:
I forgot about the damn GCPROs. There is bound to be code that
assumes characters and integers don't need to be GCPRO'ed.
some_function_that_can_gc (make_int (foo), ...);
There are hundreds of such in the code. Dozens with make_char().