diff options
Diffstat (limited to 'src/LYexit.c')
-rw-r--r-- | src/LYexit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/LYexit.c b/src/LYexit.c index 027b1549..625c05e3 100644 --- a/src/LYexit.c +++ b/src/LYexit.c @@ -137,6 +137,8 @@ void (*function)(); * Check for available space. */ if (topOfStack == ATEXITSIZE) { + if (TRACE) + fprintf(stderr, "(LY)atexit: Too many functions, ignoring one!\n"); return(-1); } |