Lichen

templates/exceptions.c

327:fd3bcbdacf18
2016-12-06 Paul Boddie Removed instantiator definitions, employing the concrete symbols in the templates, adding an IOError-raising function and guarding it with a test for the presence of IOError in the generated program.
     1 #include "exceptions.h"     2      3 /* Define a global exception context. */     4      5 struct __exception_context __the_exception_context[1];