all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Stefan Monnier <monnier@iro.umontreal.ca>,
	Chris Gregory <czipperz@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Simplify internal_catch()
Date: Wed, 28 Dec 2016 11:24:24 -0800	[thread overview]
Message-ID: <fb1da5e6-c5d9-9db5-a91b-ef5402ea1059@cs.ucla.edu> (raw)
In-Reply-To: <jwvwpek57je.fsf-monnier+emacs@gnu.org>

Stefan Monnier wrote:
> There's a fair bit of
>
>     Lisp_Object foo;
>
>     foo = ...;
>
> around, indeed, because at some point in the past, some C compilers did
> not support "Lisp_Object foo = ..." when Lisp_Object is a union type.

Actually, that kind of code was around because C89 did not allow declarations 
after statements. Even ancient C compilers allowed union-typed expressions as 
initial values for auto variables, and "Lisp_Object foo = ..." at block start 
has been in Emacs since the beginning; it's in the very oldest code (dated 1985) 
committed in the Emacs repository.



  reply	other threads:[~2016-12-28 19:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-28  6:33 Simplify internal_catch() Chris Gregory
2016-12-28  8:48 ` Andreas Schwab
2016-12-28 16:45 ` Stefan Monnier
2016-12-28 19:24   ` Paul Eggert [this message]
2016-12-28 19:28     ` Stefan Monnier
2016-12-31 21:29       ` Paul Eggert
  -- strict thread matches above, loose matches on Subject: below --
2016-12-28  7:34 [no subject] Chris Gregory
2016-12-28  7:42 ` Simplify internal_catch () Paul Eggert
2016-12-28  1:54 Simplify internal_catch() Chris Gregory
2016-12-28  2:50 ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fb1da5e6-c5d9-9db5-a91b-ef5402ea1059@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=czipperz@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.