mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-14 01:40:05 +00:00
4 lines
87 B
C
4 lines
87 B
C
#include "lerror.h"
|
|
|
|
jmp_buf eLaika_errStack[LAIKA_MAXERRORS];
|
|
int eLaika_errIndx = -1; |