guile-devel
[Top][All Lists]
Advanced

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

feature request


From: Han-Wen Nienhuys
Subject: feature request
Date: Sun, 20 May 2001 20:56:29 +0200

Hi list,

Since you're planning a new release, can I pretty-please ask you to
remove the comments around

/* #define SCM_VOIDP_TEST    */

and change the definition for SCM from

    typedef void * SCM;

to

    typedef struct SCM_UNUSED_STRUCT { } * SCM;


The latter catches more errors (eg. implicit conversions from
character strings.)

-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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