Portability fixes.
[deliverable/binutils-gdb.git] / binutils / arlex.l
index 74e13d13dfe295a88589e73088694d6179363d87..2fd94da4dd82f9d84d2de07454059239faf2fc57 100644 (file)
@@ -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; }
This page took 0.03651 seconds and 4 git commands to generate.