guile-devel
[Top][All Lists]
Advanced

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

Re: 16 snarf macros


From: Marius Vollmer
Subject: Re: 16 snarf macros
Date: 08 Mar 2002 20:10:39 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Thien-Thi Nguyen <address@hidden> writes:

> i see these macros in snarf.h:
> 
>   SCM_DEFINE1(FNAME, PRIMNAME, TYPE, ARGLIST, DOCSTRING)
>   SCM_PROC1(RANAME, STR, TYPE, CFN)
>   SCM_GPROC1(RANAME, STR, TYPE, CFN, GF)

These should not be documented since we probably don't want external
code to use them.  They directly use type tags which should be an
internal low level detail.

>   SCM_SYNTAX(RANAME, STR, TYPE, CFN) 

This one exposes details of our low level macro machinery, which we
should avoid as well.



reply via email to

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