emacs-devel
[Top][All Lists]
Advanced

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

Re: Redundant type checking in window.c and w32menu.c


From: Tom Tromey
Subject: Re: Redundant type checking in window.c and w32menu.c
Date: Wed, 20 Jun 2007 14:12:14 -0600
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux)

>>>>> "Dmitry" == Dmitry Antipov <address@hidden> 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




reply via email to

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