comparison src/editfns.c @ 16874:0b914fcd97a1

Clean up parentheses.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Jan 1997 07:01:51 +0000
parents 6802dbd07a80
children ab49512bcdff
comparison
equal deleted inserted replaced
16873:205ec6c5d8f3 16874:0b914fcd97a1
812 int nargs; 812 int nargs;
813 register Lisp_Object *args; 813 register Lisp_Object *args;
814 { 814 {
815 time_t time; 815 time_t time;
816 struct tm tm; 816 struct tm tm;
817 Lisp_Object zone = (nargs > 6)? args[nargs - 1] : Qnil; 817 Lisp_Object zone = (nargs > 6 ? args[nargs - 1] : Qnil);
818 818
819 CHECK_NUMBER (args[0], 0); /* second */ 819 CHECK_NUMBER (args[0], 0); /* second */
820 CHECK_NUMBER (args[1], 1); /* minute */ 820 CHECK_NUMBER (args[1], 1); /* minute */
821 CHECK_NUMBER (args[2], 2); /* hour */ 821 CHECK_NUMBER (args[2], 2); /* hour */
822 CHECK_NUMBER (args[3], 3); /* day */ 822 CHECK_NUMBER (args[3], 3); /* day */