all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tom Tromey <tromey@redhat.com>
To: Dmitry Antipov <dmantipov@yandex.ru>
Cc: Ken Raeburn <raeburn@gnu.org>, emacs-devel@gnu.org
Subject: Re: Redundant type checking in window.c and w32menu.c
Date: Wed, 20 Jun 2007 14:12:14 -0600	[thread overview]
Message-ID: <m3sl8m75cx.fsf@fleche.redhat.com> (raw)
In-Reply-To: <467935CA.9020808@yandex.ru> (Dmitry Antipov's message of "Wed\, 20 Jun 2007 18\:12\:26 +0400")

>>>>> "Dmitry" == Dmitry Antipov <dmantipov@yandex.ru> writes:

Dmitry> +#define CONSFN(name) \
Dmitry> +  static __inline__ Lisp_Object \
Dmitry> +  _F ## name (obj) \
Dmitry> +       Lisp_Object obj; \
Dmitry> +  { \
Dmitry> +    return name (obj); \
Dmitry> +  }

IMO, simply spelling out 4 the definitions here would not be much more
verbose, but it would be clearer and would let _FCAR et al show up in
TAGS.  What do you think?

Tom

      parent reply	other threads:[~2007-06-20 20:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-19 14:44 Redundant type checking in window.c and w32menu.c Dmitry Antipov
2007-06-19 14:55 ` Stefan Monnier
2007-06-19 18:46 ` Ken Raeburn
2007-06-20 14:12   ` Dmitry Antipov
2007-06-20 15:20     ` Jason Rumney
2007-06-20 17:55       ` dmantipov
2007-06-20 20:46         ` Jason Rumney
2007-06-21 15:46           ` Dmitry Antipov
2007-06-21 17:38           ` Ken Raeburn
2007-06-20 20:12     ` Tom Tromey [this message]

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=m3sl8m75cx.fsf@fleche.redhat.com \
    --to=tromey@redhat.com \
    --cc=dmantipov@yandex.ru \
    --cc=emacs-devel@gnu.org \
    --cc=raeburn@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.