1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00

* eval.c, debug.h: Revert changes of Dec 16 and Nov 21. They

cause an infinite loop (???).  So much for the algebraic
equivalency of variable-sized arrays and alloca...
This commit is contained in:
Jim Blandy 1996-12-18 16:45:03 +00:00
parent e4bcd6d945
commit 2c8f214468
2 changed files with 2 additions and 4 deletions

View file

@ -124,7 +124,7 @@ typedef struct scm_debug_frame
{
struct scm_debug_frame *prev;
long status;
scm_debug_info *vect;
scm_debug_info vect[1];
} scm_debug_frame;
#ifndef USE_THREADS