emacs-devel
[Top][All Lists]
Advanced

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

Re: checking static vs extern symbols


From: Eli Zaretskii
Subject: Re: checking static vs extern symbols
Date: Fri, 15 Apr 2011 11:23:29 +0300

> Date: Thu, 14 Apr 2011 16:52:41 -0700
> From: Paul Eggert <address@hidden>
> 
> I have an approximately 100-line shell script that reports
> C variables and functions that are exported but shouldn't be.
> It finds every extern symbol that is not used by any
> other module, and isn't one of the exceptional cases (the
> biggest exception being DEFUNs).  I plan to make this shell
> script run as part of a new 'make maintainer-check' action.
> 
> I could call this shell script 'src/extern-check', or could
> give it other names (in other directories) if people would prefer

I think it should go somewhere under admin/.  That's where we put
stuff that is useful only for maintainers, such as admin.el.



reply via email to

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