=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/jot/jot.c,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/jot/jot.c 2016/07/17 04:04:46 1.28 --- src/usr.bin/jot/jot.c 2016/08/05 13:21:31 1.29 *************** *** 1,4 **** ! /* $OpenBSD: jot.c,v 1.28 2016/07/17 04:04:46 tb Exp $ */ /* $NetBSD: jot.c,v 1.3 1994/12/02 20:29:43 pk Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: jot.c,v 1.29 2016/08/05 13:21:31 tb Exp $ */ /* $NetBSD: jot.c,v 1.3 1994/12/02 20:29:43 pk Exp $ */ /*- *************** *** 54,63 **** #define is_default(s) (strcmp((s), "-") == 0) ! static double begin; ! static double ender; ! static double s; ! static long reps; static bool randomize; static bool infinity; static bool boring; --- 54,63 ---- #define is_default(s) (strcmp((s), "-") == 0) ! static double begin = BEGIN_DEF; ! static double ender = ENDER_DEF; ! static double s = STEP_DEF; ! static long reps = REPS_DEF; static bool randomize; static bool infinity; static bool boring;