aboutsummaryrefslogtreecommitdiff
path: root/ld/ldgram.y
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldgram.y')
-rw-r--r--ld/ldgram.y5
1 files changed, 4 insertions, 1 deletions
diff --git a/ld/ldgram.y b/ld/ldgram.y
index e3504f1..fe248ca 100644
--- a/ld/ldgram.y
+++ b/ld/ldgram.y
@@ -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: