Mercurial > emacs
comparison src/ChangeLog @ 112294:e72732ba15db
* regex.c (analyse_first): Remove unreachable 'continue' statement.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sun, 16 Jan 2011 23:34:14 -0800 |
parents | 568ea4e08e90 |
children | 2108d829c749 |
comparison
equal
deleted
inserted
replaced
112293:568ea4e08e90 | 112294:e72732ba15db |
---|---|
1 2011-01-17 Paul Eggert <eggert@cs.ucla.edu> | 1 2011-01-17 Paul Eggert <eggert@cs.ucla.edu> |
2 | |
3 * regex.c (analyse_first): Remove unreachable 'continue' statement. | |
2 | 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. |
6 | 8 |