* gas/all/assign.s: New.
[deliverable/binutils-gdb.git] / ld / ldlex.l
index 70059e140861c4bea8ffe551fe5344874b77d388..ea6fa9948ac81ef858469a39c1fb8a09a3dbcb76 100644 (file)
@@ -65,6 +65,8 @@ const char *lex_string = NULL;
 #undef YY_INPUT
 #define YY_INPUT(buf,result,max_size) yy_input (buf, &result, max_size)
 
+#define YY_NO_UNPUT
+
 #define MAX_INCLUDE_DEPTH 10
 static YY_BUFFER_STATE include_stack[MAX_INCLUDE_DEPTH];
 static const char *file_name_stack[MAX_INCLUDE_DEPTH];
This page took 0.022543 seconds and 4 git commands to generate.