diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-08 06:20:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-08 06:20:56 +0000 |
commit | 8e9b75edd9b48cb75d7721b8eb5ae26e4bf9cb10 (patch) | |
tree | 2b52ec460a2dd4e9af4509d181f651c548209c1d /lib-src | |
parent | c81a3712fa3af8503e5ffbaa78249921a1e4a9a4 (diff) | |
download | emacs-8e9b75edd9b48cb75d7721b8eb5ae26e4bf9cb10.tar.gz |
#undef static.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/etags.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index a829fdc35a8..24b6da53d5e 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -32,6 +32,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sys/stat.h> #include "../src/config.h" +#undef static #include "getopt.h" |