Bump the %p size so AT&T lex will continue to work.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@802 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch 2009-02-22 21:36:24 +00:00
parent 76782e4838
commit c6430d4574
2 changed files with 5 additions and 1 deletions

View File

@ -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>
(Partially) submitted by John Voltz:

View File

@ -50,7 +50,7 @@ SIGN [+-]
/* Bump resources for classic lex. */
%e2000
%p5000
%p10000
%n1000
%%