mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added clarifying comments
This commit is contained in:
parent
ad14045446
commit
ef8b97e1b6
1 changed files with 3 additions and 0 deletions
|
@ -1236,6 +1236,9 @@ defprimitive(display, display, &_display); /* display */
|
|||
object Cyc_exception_handler_stack = nil;
|
||||
|
||||
// Special case, use this one instead since we need it in the runtime
|
||||
// This also seems to "shadow" the corresponding C var definition, as
|
||||
// subsequent instances of it are replaced during preprocessing. Is that
|
||||
// behavior portable? If not, will have to modify cgen to not emit the var.
|
||||
#define __glo__85exception_91handler_91stack_85 Cyc_exception_handler_stack
|
||||
|
||||
static object Cyc_default_exception_handler(int argc, closure _, object err) {
|
||||
|
|
Loading…
Add table
Reference in a new issue