diff options
Diffstat (limited to 'binutils/rclex.l')
-rw-r--r-- | binutils/rclex.l | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/rclex.l b/binutils/rclex.l index 2735cc18ac..0afad4d532 100644 --- a/binutils/rclex.l +++ b/binutils/rclex.l @@ -32,6 +32,8 @@ #include <assert.h> +#define YY_NO_UNPUT + /* Whether we are in rcdata mode, in which we returns the lengths of strings. */ |