diff options
| author | Paul Eggert | 2011-04-06 20:49:25 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-06 20:49:25 -0700 |
| commit | ea6c7ae6bf4e43c7c31babf76600d2ee008f4e19 (patch) | |
| tree | a05e7cdc4dd7bd17b111b12efb9cfadd8387e458 /src/deps.mk | |
| parent | 5fdb398c4b75b0c834aff7132f90b0ce5317a25a (diff) | |
| download | emacs-ea6c7ae6bf4e43c7c31babf76600d2ee008f4e19.tar.gz emacs-ea6c7ae6bf4e43c7c31babf76600d2ee008f4e19.zip | |
Remove the doprnt implementation, as Emacs now uses vsnprintf.
Diffstat (limited to 'src/deps.mk')
| -rw-r--r-- | src/deps.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/deps.mk b/src/deps.mk index be5d3694fca..2df1577ef78 100644 --- a/src/deps.mk +++ b/src/deps.mk | |||
| @@ -82,7 +82,6 @@ dispnew.o: dispnew.c systime.h commands.h process.h frame.h coding.h \ | |||
| 82 | # doc.o's dependency on buildobj.h is in src/Makefile.in. | 82 | # doc.o's dependency on buildobj.h is in src/Makefile.in. |
| 83 | doc.o: doc.c lisp.h $(config_h) buffer.h keyboard.h keymap.h \ | 83 | doc.o: doc.c lisp.h $(config_h) buffer.h keyboard.h keymap.h \ |
| 84 | character.h systime.h coding.h composite.h ../lib/unistd.h globals.h | 84 | character.h systime.h coding.h composite.h ../lib/unistd.h globals.h |
| 85 | doprnt.o: doprnt.c character.h lisp.h globals.h ../lib/unistd.h $(config_h) | ||
| 86 | dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \ | 85 | dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \ |
| 87 | msdos.h dosfns.h dispextern.h charset.h coding.h atimer.h systime.h \ | 86 | msdos.h dosfns.h dispextern.h charset.h coding.h atimer.h systime.h \ |
| 88 | lisp.h $(config_h) | 87 | lisp.h $(config_h) |