Deleted Added
sdiff udiff text old ( 221715 ) new ( 237613 )
full compact
1/*
2 * Copyright (C) 1984-2011 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.
9 */
10
11
12/*
13 * Macros to define the method of doing filename "globbing".
14 * There are three possible mechanisms:
15 * 1. GLOB_LIST
16 * This defines a function that returns a list of matching filenames.

--- 79 unchanged lines hidden ---