Lichen

templates/exceptions.c

213:0ebba845f9b0
2016-11-23 Paul Boddie Fixed anonymous accesses, preventing accidental lookup of None. Fixed the attribute access plan output, encoding anonymous accessors.
     1 #include "exceptions.h"     2      3 /* Define a global exception context. */     4      5 struct __exception_context __the_exception_context[1];