[Top][All Lists]
[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-
- Re: Forking stables. was Re: language translator help, (continued)
- Re: Forking stables. was Re: language translator help, Bill Gribble, 2002/06/17
- Re: Forking stables. was Re: language translator help, Chris Beggy , 2002/06/18
- Re: Forking stables. was Re: language translator help, Thien-Thi Nguyen, 2002/06/15
- Re: language translator help, MJ Ray, 2002/06/10
- Re: language translator help, Thien-Thi Nguyen, 2002/06/08
- Re: language translator help, rm, 2002/06/08
- Re: language translator help,
Marius Vollmer <=
- Re: language translator help, Thien-Thi Nguyen, 2002/06/07