aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-11-18 13:45:03 -0800
committerDan Nicolaescu2010-11-18 13:45:03 -0800
commit84dfc8a7faccf53d54231ab47a2dc237c80251fb (patch)
treefe57388c26d71f97db0d0f158e5ac8347b078c0c /src/ChangeLog
parent94fa383385a237b800e9096c4fb3019f5cd359ae (diff)
downloademacs-84dfc8a7faccf53d54231ab47a2dc237c80251fb.tar.gz
emacs-84dfc8a7faccf53d54231ab47a2dc237c80251fb.zip
* src/alloc.c (refill_memory_reserve): Move declaration ...
* src/lisp.h (refill_memory_reserve): ... here.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cebb4fc97ed..9c113a35a77 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12010-11-18 Dan Nicolaescu <dann@ics.uci.edu> 12010-11-18 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * alloc.c (refill_memory_reserve): Move declaration ...
4 * lisp.h (refill_memory_reserve): ... here.
5
3 * strftime.c (_strftime_copytm): Add declaration. 6 * strftime.c (_strftime_copytm): Add declaration.
4 7
5 * callproc.c (syms_of_callproc): Use intern_c_string. 8 * callproc.c (syms_of_callproc): Use intern_c_string.