all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrea Crotti <andrea.crotti.0@gmail.com>
To: emacs-devel@gnu.org
Subject: dired.c
Date: Sat, 23 Apr 2011 10:57:22 +0200	[thread overview]
Message-ID: <5B0C3CF2-85D0-4D68-BFA1-B30B19F8A36C@gmail.com> (raw)

I was looking around the C code trying to understand better how
everything works and I noticed the following thing.

In the file dired.c there is an
#include <setjmp.h>

But no symbols in dired.c depend from that header, so I tried to remove
it and it turns out that it's needed in lisp.h, which is included later.

So why is not included in lisp.h instead?
What's the reason to do such a thing?

-- 
GNU Emacs 24.0.50.1 (x86_64-apple-darwin10.7.0, NS apple-appkit-1038.35)
of 2011-04-23



             reply	other threads:[~2011-04-23  8:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-23  8:57 Andrea Crotti [this message]
2011-04-25  6:08 ` dired.c Paul Eggert
2011-04-25  6:50   ` dired.c Eli Zaretskii
2011-04-25 13:40   ` dired.c Stefan Monnier
2011-04-26 11:58     ` dired.c Andrea Crotti
2011-05-04 19:53       ` dired.c 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=5B0C3CF2-85D0-4D68-BFA1-B30B19F8A36C@gmail.com \
    --to=andrea.crotti.0@gmail.com \
    --cc=emacs-devel@gnu.org \
    /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.