Branch: Tag:

1997-10-23

1997-10-23 03:45:20 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

fixed a typo

Rev: src/gc.c:1.20

352: Inside #if defined(DEBUG)
   if(a==check_for)    {    char *tmp=found_where; -  found_where="externally"; +  found_where=" externally";    gdb_gc_stop_here(a);    found_where=tmp;