diff options
| author | Glenn Morris | 2011-05-20 19:08:21 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-05-20 19:08:21 -0700 |
| commit | e5638bc123e8c4c2f542af953410432126ce3fc5 (patch) | |
| tree | a58739fa38f9bb5156e434574d9bba84e6712b62 /lib-src | |
| parent | 973d955b4d999d997420cab9676ed0eef5b4297a (diff) | |
| download | emacs-e5638bc123e8c4c2f542af953410432126ce3fc5.tar.gz emacs-e5638bc123e8c4c2f542af953410432126ce3fc5.zip | |
* lib-src/etags.c: Comment.
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..e492b78a68d 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 systms, 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 * |