chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] problem with --enable-extra-symbol-slot


From: felix winkelmann
Subject: [Chicken-users] problem with --enable-extra-symbol-slot
Date: Fri, 28 Jul 2006 11:30:10 +0200

Hi!


In case anybody tried the `--enable-extra-symbol-slot' configuration
option, it's broken:

% diff runtime.c ~/stuff/chicken/runtime.c
7596d7595
<   *(a++) = name;
7598c7597
<   *a = C_SCHEME_UNDEFINED;
---
  *(a++) = C_SCHEME_UNDEFINED;
7599a7599
  *a = name;


cheers,
felix

--
http://galinha.ucpel.tche.br:8081/blog/blog.ssp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]