diff options
| author | Dan Nicolaescu | 2010-11-18 13:39:15 -0800 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-11-18 13:39:15 -0800 |
| commit | 94fa383385a237b800e9096c4fb3019f5cd359ae (patch) | |
| tree | 0183f9b6a7998589f29f1adc670c743f93e46ffe /src/ChangeLog | |
| parent | dde990a0f97fee13deaedf324db1d100362ca362 (diff) | |
| download | emacs-94fa383385a237b800e9096c4fb3019f5cd359ae.tar.gz emacs-94fa383385a237b800e9096c4fb3019f5cd359ae.zip | |
* src/strftime.c (_strftime_copytm): Add declaration.
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 afe3e6db046..cebb4fc97ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-11-18 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-11-18 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * strftime.c (_strftime_copytm): Add declaration. | ||
| 4 | |||
| 3 | * callproc.c (syms_of_callproc): Use intern_c_string. | 5 | * callproc.c (syms_of_callproc): Use intern_c_string. |
| 4 | 6 | ||
| 5 | Move declarations from .c files to .h files. | 7 | Move declarations from .c files to .h files. |