1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 06:50:39 -08:00

* process.c: conform to C89 pointer rules

This commit is contained in:
Paul Eggert 2011-02-06 21:02:02 -08:00
parent 4a25e32a73
commit 400a67ffac
2 changed files with 18 additions and 14 deletions

View file

@ -21,6 +21,8 @@
(Fbase64_encode_region, base64_encode_1, Fbase64_decode_region, Fmd5):
Likewise.
* lread.c (read1, hash_string): Likewise.
* process.c (read_process_output, send_process, Fprocess_send_region):
Likewise.
2011-02-06 Paul Eggert <eggert@cs.ucla.edu>