[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: coccinelle patch suggestion
From: |
Tom Tromey |
Subject: |
Re: coccinelle patch suggestion |
Date: |
Mon, 02 Jul 2012 11:11:14 -0600 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) |
>>>>> "Samuel" == Samuel Bronson <address@hidden> writes:
Stefan> Agreed. An alternative is to autogenerate all the EXFUNs for all
Stefan> F<foo>
Stefan> functions into src/global.h, to make it more Lispy.
Samuel> But wouldn't that trigger full rebuilds? I think it would probably be
Samuel> better to put them in headers which are associated with, say, the
Samuel> relevant subsystem...
You already get full rebuilds if you change one, since most are declared
in lisp.h; but changing one is rare anyway.
Tom