guile-user
[Top][All Lists]
Advanced

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

Re: language translator help


From: Marius Vollmer
Subject: Re: language translator help
Date: 10 Jun 2002 18:45:40 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

address@hidden writes:

> I do see the beauty and neccessity of consistently named types and
> functions, but from my own experience i know that having to wade through
> my code  replacing renamed symbols when i'd rather be hunting for the
> 'real' changes can get rather frustrating. A compatibility header would
> lessen the pain:
> 
> #define scm_sizet size_t 

We do have this already (but maybe not totally consequently):

    $ grep -C scm_sizet *.h
    __scm.h-
    __scm.h-#if (SCM_DEBUG_DEPRECATED == 0)
    __scm.h:# define scm_sizet size_t
    __scm.h-#endif
    __scm.h-



reply via email to

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