guile-devel
[Top][All Lists]
Advanced

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

re: Guile 1.8 and 86_64 gcc 4


From: Bill Schottstaedt
Subject: re: Guile 1.8 and 86_64 gcc 4
Date: Fri, 14 Apr 2006 08:58:11 -0700

Or even simpler, just change the SCM_VALIDATE_CELL definition in
gc.h to:

#define SCM_VALIDATE_CELL(cell, expr) (scm_remember_upto_here(cell), (expr))

This is kinda fun!





reply via email to

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