diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | lib-src/etags.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/ChangeLog.1 b/lib-src/ChangeLog.1 index 4b5422e712c..5a370035d70 100644 --- a/lib-src/ChangeLog.1 +++ b/lib-src/ChangeLog.1 | |||
| @@ -5643,7 +5643,7 @@ | |||
| 5643 | 1998-04-06 Andreas Schwab <schwab@gnu.org> | 5643 | 1998-04-06 Andreas Schwab <schwab@gnu.org> |
| 5644 | 5644 | ||
| 5645 | Silence -Wimplicit: | 5645 | Silence -Wimplicit: |
| 5646 | * movemail.c: Move cancelations up. Include <stdlib.h> if | 5646 | * movemail.c: Move cancellations up. Include <stdlib.h> if |
| 5647 | available. | 5647 | available. |
| 5648 | * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid. | 5648 | * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid. |
| 5649 | (parse_header): Explicitly declare return type. | 5649 | (parse_header): Explicitly declare return type. |
diff --git a/lib-src/etags.c b/lib-src/etags.c index 009cba528d7..cc7631f647e 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -1530,7 +1530,7 @@ process_file_name (char *file, language *lang) | |||
| 1530 | fdesc *fdp; | 1530 | fdesc *fdp; |
| 1531 | compressor *compr; | 1531 | compressor *compr; |
| 1532 | char *compressed_name, *uncompressed_name; | 1532 | char *compressed_name, *uncompressed_name; |
| 1533 | char *ext, *real_name UNINIT, *tmp_name; | 1533 | char *ext, *real_name UNINIT, *tmp_name UNINIT; |
| 1534 | int retval; | 1534 | int retval; |
| 1535 | 1535 | ||
| 1536 | canonicalize_filename (file); | 1536 | canonicalize_filename (file); |