comparison src/coding.h @ 109108:5842e8fabe06

Convert some prototypes to standard C. * lib-src/make-docfile.c (xmalloc, xrealloc, concat, readline, fatal): * lib-src/b2m.c (scan_file, scan_lisp_file, scan_c_file): Convert to standard C prototypes. * src/term.c (term_clear_mouse_face, Fidentity): * src/syssignal.h (signal_handler_t): * src/lisp.h (memory_warnings): * src/coding.h (preferred_coding_system): * src/cm.h (evalcost): * src/blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 02 Jul 2010 15:18:28 -0700
parents e16f43875a48
children 228a5fa4eda0
comparison
equal deleted inserted replaced
109107:06fb882320aa 109108:5842e8fabe06
751 decode_coding_object ((coding), Qnil, 0, 0, (bytes), (bytes), \ 751 decode_coding_object ((coding), Qnil, 0, 0, (bytes), (bytes), \
752 (dst_object)); \ 752 (dst_object)); \
753 } while (0) 753 } while (0)
754 754
755 755
756 extern Lisp_Object preferred_coding_system (); 756 extern Lisp_Object preferred_coding_system (void);
757 757
758 758
759 extern Lisp_Object Qutf_8, Qutf_8_emacs; 759 extern Lisp_Object Qutf_8, Qutf_8_emacs;
760 760
761 extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; 761 extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index;