Mercurial > emacs
comparison src/ChangeLog @ 109672:bd826f80a765
* src/process.c: Simplify include logic.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 06 Aug 2010 13:08:26 -0700 |
parents | 7b41c068528a |
children | 0781924c2a38 |
comparison
equal
deleted
inserted
replaced
109671:f18fad7de4f5 | 109672:bd826f80a765 |
---|---|
1 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu> | 1 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu> |
2 | |
3 * process.c: Simplify include logic. | |
2 | 4 |
3 * keyboard.h (quit_char): Add declaration. | 5 * keyboard.h (quit_char): Add declaration. |
4 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits) | 6 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits) |
5 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary): Add | 7 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary): Add |
6 declarations. | 8 declarations. |
8 * w32.c: Remove the above declarations. | 10 * w32.c: Remove the above declarations. |
9 | 11 |
10 Remove extern declarations in .c files, .h files have them. | 12 Remove extern declarations in .c files, .h files have them. |
11 * xterm.c: | 13 * xterm.c: |
12 * xdisp.c: | 14 * xdisp.c: |
13 * process.c: | |
14 * msdos.c: | 15 * msdos.c: |
15 * image.c: | 16 * image.c: |
16 * gtkutil.c: | 17 * gtkutil.c: |
17 * fileio.c: | 18 * fileio.c: |
18 * eval.c: Remove declarations. | 19 * eval.c: Remove declarations. |