diff options
| author | Paul Eggert | 2011-02-25 21:43:51 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-25 21:43:51 -0800 |
| commit | 9e1b7fe6be807a6081988aa2834b9489110d9ded (patch) | |
| tree | 68d83def5a6f343ce43ce7c92aa9f36640448234 /lib-src | |
| parent | 6c0668d97b32ea806006ede9652d78d8aa2b62ce (diff) | |
| download | emacs-9e1b7fe6be807a6081988aa2834b9489110d9ded.tar.gz emacs-9e1b7fe6be807a6081988aa2834b9489110d9ded.zip | |
* ebrowse.c (BROWSE_STRUCT): Remove unused macro.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 1 | ||||
| -rw-r--r-- | lib-src/ebrowse.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 578b3e402b0..ba77a92cf17 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * ebrowse.c (parse_qualified_param_ident_or_type): Make it clear | 3 | * ebrowse.c (parse_qualified_param_ident_or_type): Make it clear |
| 4 | to reader (and to the compiler) that the loop always executes at | 4 | to reader (and to the compiler) that the loop always executes at |
| 5 | least once. This prevents a warning with recent GCC. | 5 | least once. This prevents a warning with recent GCC. |
| 6 | (BROWSE_STRUCT): Remove unused macro. | ||
| 6 | 7 | ||
| 7 | * fakemail.c: Include <ignore-value.h>. | 8 | * fakemail.c: Include <ignore-value.h>. |
| 8 | (put_line): Explicitly ignore fwrite return value, for benefit of | 9 | (put_line): Explicitly ignore fwrite return value, for benefit of |
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index c2b1fb9f457..113b6fdfe40 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c | |||
| @@ -77,7 +77,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 77 | #define TREE_HEADER_STRUCT "[ebrowse-hs " | 77 | #define TREE_HEADER_STRUCT "[ebrowse-hs " |
| 78 | #define TREE_STRUCT "[ebrowse-ts " | 78 | #define TREE_STRUCT "[ebrowse-ts " |
| 79 | #define MEMBER_STRUCT "[ebrowse-ms " | 79 | #define MEMBER_STRUCT "[ebrowse-ms " |
| 80 | #define BROWSE_STRUCT "[ebrowse-bs " | ||
| 81 | #define CLASS_STRUCT "[ebrowse-cs " | 80 | #define CLASS_STRUCT "[ebrowse-cs " |
| 82 | 81 | ||
| 83 | /* The name of the symbol table entry for global functions, variables, | 82 | /* The name of the symbol table entry for global functions, variables, |