diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index a2cdf26abc7..097f6842c07 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -93,8 +93,11 @@ char pot_etags_version[] = "@(#) pot revision number is 17.38.1.4"; | |||
| 93 | 93 | ||
| 94 | #ifdef HAVE_CONFIG_H | 94 | #ifdef HAVE_CONFIG_H |
| 95 | # include <config.h> | 95 | # include <config.h> |
| 96 | /* On some systems, Emacs defines static as nothing for the sake | 96 | /* This is probably not necessary any more. On some systems, config.h |
| 97 | of unexec. We don't want that here since we don't use unexec. */ | 97 | used to define static as nothing for the sake of unexec. We don't |
| 98 | want that here since we don't use unexec. None of these systems | ||
| 99 | are supported any more, but the idea is still mentioned in | ||
| 100 | etc/PROBLEMS. */ | ||
| 98 | # undef static | 101 | # undef static |
| 99 | # ifndef PTR /* for XEmacs */ | 102 | # ifndef PTR /* for XEmacs */ |
| 100 | # define PTR void * | 103 | # define PTR void * |