Deleted Added
full compact
optfunc.c (170256) optfunc.c (170964)
1/*
2 * Copyright (C) 1984-2007 Mark Nudelman
3 *
4 * You may distribute under the terms of either the GNU General Public
5 * License or the Less License, as specified in the README file.
6 *
7 * For more information about less, or for information on how to
8 * contact the author, see the README file.

--- 31 unchanged lines hidden (view full) ---

40extern char openquote;
41extern char closequote;
42extern char *prproto[];
43extern char *eqproto;
44extern char *hproto;
45extern char *wproto;
46extern IFILE curr_ifile;
47extern char version[];
1/*
2 * Copyright (C) 1984-2007 Mark Nudelman
3 *
4 * You may distribute under the terms of either the GNU General Public
5 * License or the Less License, as specified in the README file.
6 *
7 * For more information about less, or for information on how to
8 * contact the author, see the README file.

--- 31 unchanged lines hidden (view full) ---

40extern char openquote;
41extern char closequote;
42extern char *prproto[];
43extern char *eqproto;
44extern char *hproto;
45extern char *wproto;
46extern IFILE curr_ifile;
47extern char version[];
48extern int jump_sline;
49extern int jump_sline_fraction;
50extern int less_is_more;
48#if LOGFILE
49extern char *namelogfile;
50extern int force_logfile;
51extern int logfile;
52#endif
53#if TAGS
54public char *tagoption = NULL;
55extern char *tags;
51#if LOGFILE
52extern char *namelogfile;
53extern int force_logfile;
54extern int logfile;
55#endif
56#if TAGS
57public char *tagoption = NULL;
58extern char *tags;
56extern int jump_sline;
57extern int jump_sline_fraction;
58extern int less_is_more;
59#endif
60#if MSDOS_COMPILER
61extern int nm_fg_color, nm_bg_color;
62extern int bo_fg_color, bo_bg_color;
63extern int ul_fg_color, ul_bg_color;
64extern int so_fg_color, so_bg_color;
65extern int bl_fg_color, bl_bg_color;
66#endif

--- 602 unchanged lines hidden ---
59#endif
60#if MSDOS_COMPILER
61extern int nm_fg_color, nm_bg_color;
62extern int bo_fg_color, bo_bg_color;
63extern int ul_fg_color, ul_bg_color;
64extern int so_fg_color, so_bg_color;
65extern int bl_fg_color, bl_bg_color;
66#endif

--- 602 unchanged lines hidden ---