diff options
| author | Paul Eggert | 2011-01-16 23:34:14 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-16 23:34:14 -0800 |
| commit | 8865d794dcf18371e6a0727588ee92ac76e04856 (patch) | |
| tree | 91e34c71e14f10ad6e2f83e2a62046c7892e1ca0 /src/ChangeLog | |
| parent | 4ef36a7b4c2107306387bece0843a4a1f2bcb552 (diff) | |
| download | emacs-8865d794dcf18371e6a0727588ee92ac76e04856.tar.gz emacs-8865d794dcf18371e6a0727588ee92ac76e04856.zip | |
* regex.c (analyse_first): Remove unreachable 'continue' statement.
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 4b9fe9b13dc..41f6f72c662 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 | * regex.c (analyse_first): Remove unreachable 'continue' statement. | ||
| 4 | |||
| 3 | * xterm.h (struct x_display_info): Remove stray semicolon. | 5 | * xterm.h (struct x_display_info): Remove stray semicolon. |
| 4 | The extra semicolon didn't conform to the C standard. | 6 | The extra semicolon didn't conform to the C standard. |
| 5 | Problem reported by Sun cc. | 7 | Problem reported by Sun cc. |