[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC] refactoring DEFUN
From: |
Eli Zaretskii |
Subject: |
Re: [RFC] refactoring DEFUN |
Date: |
Mon, 25 Mar 2013 14:19:55 +0200 |
> Date: Mon, 25 Mar 2013 15:56:29 +0400
> From: Dmitry Antipov <address@hidden>
>
> Although C preprocessor can't transform the text too much, it's
> still possible to use concatenation to avoid silly typing like:
>
> DEFUN ("foo", Ffoo, Sfoo, ...)
>
> and use:
>
> DEFUN ("foo", foo, ...)
>
> instead.
You can get "foo" from foo using the # stringizing operator.