projects
/
binutils.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Portability fixes.
[binutils.git]
/
binutils
/
arlex.l
diff --git
a/binutils/arlex.l
b/binutils/arlex.l
index 74e13d13dfe295a88589e73088694d6179363d87..2fd94da4dd82f9d84d2de07454059239faf2fc57 100644
(file)
--- 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; }
This page took
0.023293 seconds
and
4
git commands to generate.