Deleted Added
full compact
mkhelp.c (221715) mkhelp.c (237613)
1/*
1/*
2 * Copyright (C) 1984-2011 Mark Nudelman
2 * Copyright (C) 1984-2012 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 *
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.
7 * For more information, see the README file.
9 */
10
11
12/*
13 * Silly little program to generate the help.c source file
14 * from the less.hlp text file.
15 * help.c just contains a char array whose contents are
16 * the contents of less.hlp.

--- 53 unchanged lines hidden ---
8 */
9
10
11/*
12 * Silly little program to generate the help.c source file
13 * from the less.hlp text file.
14 * help.c just contains a char array whose contents are
15 * the contents of less.hlp.

--- 53 unchanged lines hidden ---