Deleted Added
full compact
ldlex.l (104834) ldlex.l (107492)
1%{
2
3/* Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4 2000, 2001, 2002 Free Software Foundation, Inc.
5
6This file is part of GLD, the Gnu Linker.
7
8GLD is free software; you can redistribute it and/or modify

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

37#include "bfd.h"
38#include "sysdep.h"
39#include "safe-ctype.h"
40#include "bfdlink.h"
41#include "ld.h"
42#include "ldmisc.h"
43#include "ldexp.h"
44#include "ldlang.h"
1%{
2
3/* Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4 2000, 2001, 2002 Free Software Foundation, Inc.
5
6This file is part of GLD, the Gnu Linker.
7
8GLD is free software; you can redistribute it and/or modify

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

37#include "bfd.h"
38#include "sysdep.h"
39#include "safe-ctype.h"
40#include "bfdlink.h"
41#include "ld.h"
42#include "ldmisc.h"
43#include "ldexp.h"
44#include "ldlang.h"
45#include "ldgram.h"
45#include <ldgram.h>
46#include "ldfile.h"
47#include "ldlex.h"
48#include "ldmain.h"
49#include "libiberty.h"
50
51/* The type of top-level parser input.
52 yylex and yyparse (indirectly) both check this. */
53input_type parser_input;

--- 635 unchanged lines hidden ---
46#include "ldfile.h"
47#include "ldlex.h"
48#include "ldmain.h"
49#include "libiberty.h"
50
51/* The type of top-level parser input.
52 yylex and yyparse (indirectly) both check this. */
53input_type parser_input;

--- 635 unchanged lines hidden ---