Deleted Added
full compact
conf_tok.l (82794) conf_tok.l (119679)
1%{
2/*
1%{
2/*
3 * Copyright (c) 1997-2001 Erez Zadok
3 * Copyright (c) 1997-2003 Erez Zadok
4 * Copyright (c) 1989 Jan-Simon Pendry
5 * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
6 * Copyright (c) 1989 The Regents of the University of California.
7 * All rights reserved.
8 *
9 * This code is derived from software contributed to Berkeley by
10 * Jan-Simon Pendry at Imperial College, London.
11 *

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

34 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
35 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
36 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
37 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
38 * SUCH DAMAGE.
39 *
40 * %W% (Berkeley) %G%
41 *
4 * Copyright (c) 1989 Jan-Simon Pendry
5 * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
6 * Copyright (c) 1989 The Regents of the University of California.
7 * All rights reserved.
8 *
9 * This code is derived from software contributed to Berkeley by
10 * Jan-Simon Pendry at Imperial College, London.
11 *

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

34 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
35 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
36 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
37 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
38 * SUCH DAMAGE.
39 *
40 * %W% (Berkeley) %G%
41 *
42 * $Id: conf_tok.l,v 1.3.2.1 2001/01/10 03:23:05 ezk Exp $
42 * $Id: conf_tok.l,v 1.3.2.3 2002/12/27 22:44:34 ezk Exp $
43 *
44 */
45
46/*
47 * Lexical analyzer for AMD configuration parser.
48 */
49
50#ifdef HAVE_CONFIG_H

--- 136 unchanged lines hidden ---
43 *
44 */
45
46/*
47 * Lexical analyzer for AMD configuration parser.
48 */
49
50#ifdef HAVE_CONFIG_H

--- 136 unchanged lines hidden ---