diff options
| author | Richard M. Stallman | 1993-06-08 06:20:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-08 06:20:56 +0000 |
| commit | 8e9b75edd9b48cb75d7721b8eb5ae26e4bf9cb10 (patch) | |
| tree | 2b52ec460a2dd4e9af4509d181f651c548209c1d /lib-src | |
| parent | c81a3712fa3af8503e5ffbaa78249921a1e4a9a4 (diff) | |
| download | emacs-8e9b75edd9b48cb75d7721b8eb5ae26e4bf9cb10.tar.gz emacs-8e9b75edd9b48cb75d7721b8eb5ae26e4bf9cb10.zip | |
#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. */ | |||
| 32 | #include <sys/stat.h> | 32 | #include <sys/stat.h> |
| 33 | 33 | ||
| 34 | #include "../src/config.h" | 34 | #include "../src/config.h" |
| 35 | #undef static | ||
| 35 | 36 | ||
| 36 | #include "getopt.h" | 37 | #include "getopt.h" |
| 37 | 38 | ||