emacs-devel
[Top][All Lists]
Advanced

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

Re: hash-table-{to, from}-alist


From: Stephen J. Turnbull
Subject: Re: hash-table-{to, from}-alist
Date: Thu, 04 Dec 2008 15:23:27 +0900

Stefan Monnier writes:

 > > +        Lisp_Object ht = Fmake_hash_table (param_count, params);
 > > +        Lisp_Object key = Qnil;
 > 
 > We recently decided it was OK to use ANSI C syntax for function headers,
 > but I don't think ANSI C allows such variable declarations in the middle
 > of a block.

ISTR that C99 does allow those declarations (which is a GoodThang[tm]
IMHO), but C89 definitely does not allow them (and portability is a
GooderThang[tm], so let's not do that).





reply via email to

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