Bump the %p size so AT&T lex will continue to work.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@802 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
822d9bc3f2
commit
1d41442054
|
@ -1,3 +1,7 @@
|
||||||
|
2009-02-22 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
* lexer.l: Bump the %p size so AT&T lex will continue to work.
|
||||||
|
|
||||||
2009-02-19 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
2009-02-19 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
(Partially) submitted by John Voltz:
|
(Partially) submitted by John Voltz:
|
||||||
|
|
|
@ -50,7 +50,7 @@ SIGN [+-]
|
||||||
|
|
||||||
/* Bump resources for classic lex. */
|
/* Bump resources for classic lex. */
|
||||||
%e2000
|
%e2000
|
||||||
%p5000
|
%p10000
|
||||||
%n1000
|
%n1000
|
||||||
|
|
||||||
%%
|
%%
|
||||||
|
|
Loading…
Reference in New Issue