aboutsummaryrefslogtreecommitdiff
path: root/binutils/arlex.l
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/arlex.l')
-rw-r--r--binutils/arlex.l4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/arlex.l b/binutils/arlex.l
index 74e13d1..2fd94da 100644
--- a/binutils/arlex.l
+++ b/binutils/arlex.l
@@ -31,6 +31,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
int linenumber;
%}
+
+%a 10000
+%o 25000
+
%%
"ADDLIB" { return ADDLIB; }