diff options
| author | Paul Eggert | 2011-01-16 23:07:30 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-16 23:07:30 -0800 |
| commit | 410ed5c357ccc4944cbfdbb6759683b65df6568c (patch) | |
| tree | 285f208c01a7efd28a96ea6c6a8b7b5144a97509 /src/ChangeLog | |
| parent | 97be3ce36c97d85b5f243cc1e1a14985164a9bf3 (diff) | |
| download | emacs-410ed5c357ccc4944cbfdbb6759683b65df6568c.tar.gz emacs-410ed5c357ccc4944cbfdbb6759683b65df6568c.zip | |
* fileio.c (make_temp_name): Remove unreachable code.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 698c5bd4cd7..40b6e0e6195 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-01-17 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-01-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * fileio.c (make_temp_name): Remove unreachable code. | ||
| 4 | |||
| 3 | * fontset.c (free_realized_fontset): Mark unreachable code with if (0). | 5 | * fontset.c (free_realized_fontset): Mark unreachable code with if (0). |
| 4 | Previously it was marked by preceding it with "return;", but | 6 | Previously it was marked by preceding it with "return;", but |
| 5 | Sun cc complains about this. | 7 | Sun cc complains about this. |