* ldgram.y: Include ldlex.h after %token decls, for byacc.

This commit is contained in:
David MacKenzie 1994-02-26 02:14:30 +00:00
parent c20c1bdf99
commit ff33a8c167
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Feb 25 18:13:46 1994 David J. Mackenzie (djm@rtl.cygnus.com)
* ldgram.y: Include ldlex.h after %token decls, for byacc.
Fri Feb 25 10:47:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
* emultempl/hppaelf.em: First attempt to clean this file up.

View File

@ -37,7 +37,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "ldmisc.h"
#include "ldmain.h"
#include "mri.h"
#include "ldlex.h"
#define YYDEBUG 1
@ -114,6 +113,10 @@ static int error_index;
%token FORMAT PUBLIC DEFSYMEND BASE ALIAS TRUNCATE REL
%token INPUT_SCRIPT INPUT_MRI_SCRIPT INPUT_DEFSYM
%{
/* For byacc, this has to come after INPUT_SCRIPT et al. are defined. */
#include "ldlex.h"
%}
%%
file: