aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-08-06 12:52:47 -0700
committerDan Nicolaescu2010-08-06 12:52:47 -0700
commit3ef1d1082bc24df1ffcb237f6bb09cbc0395d1c8 (patch)
tree693b1677aeba4791806f24e93d63c39a319f7695 /src/ChangeLog
parentbd4c5e3e069015b7ed7438155b6541cf26c44542 (diff)
downloademacs-3ef1d1082bc24df1ffcb237f6bb09cbc0395d1c8.tar.gz
emacs-3ef1d1082bc24df1ffcb237f6bb09cbc0395d1c8.zip
Move declarations to header files.
* src/keyboard.h (quit_char): Add declaration. * src/process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits) (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary): Add declarations. * sysdep.c: * src/w32.c: Remove the above declarations.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a92fc774583..d93b26b3a41 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12010-08-06 Dan Nicolaescu <dann@ics.uci.edu> 12010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * keyboard.h (quit_char): Add declaration.
4 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
5 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary): Add
6 declarations.
7 * sysdep.c:
8 * w32.c: Remove the above declarations.
9
3 Remove extern declarations in .c files, .h files have them. 10 Remove extern declarations in .c files, .h files have them.
4 * xterm.c: 11 * xterm.c:
5 * xdisp.c: 12 * xdisp.c: