[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC] refactoring DEFUN
From: |
Dmitry Antipov |
Subject: |
[RFC] refactoring DEFUN |
Date: |
Mon, 25 Mar 2013 15:56:29 +0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 |
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. The core change is simple, but the obvious rest is ~450K
uncompressed (99.9% was generated by elisp program, BTW).
Dmitry
refactor_DEFUN_core.patch
Description: Text document
refactor_DEFUN_rest.patch.xz
Description: application/xz
- [RFC] refactoring DEFUN,
Dmitry Antipov <=
- Re: [RFC] refactoring DEFUN, Eli Zaretskii, 2013/03/25
- Re: refactoring DEFUN, Andy Moreton, 2013/03/25
- Re: [RFC] refactoring DEFUN, Daniel Colascione, 2013/03/25
- Re: [RFC] refactoring DEFUN, Alan Mackenzie, 2013/03/25
- Re: [RFC] refactoring DEFUN, Stefan Monnier, 2013/03/25