From c6430d45744a33e06e0ab85d4cb281e641bcd9f6 Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Sun, 22 Feb 2009 21:36:24 +0000 Subject: [PATCH] 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 --- ChangeLog | 4 ++++ lexer.l | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a7846d5e..ca645036 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-02-22 Joerg Wunsch + + * lexer.l: Bump the %p size so AT&T lex will continue to work. + 2009-02-19 Joerg Wunsch (Partially) submitted by John Voltz: diff --git a/lexer.l b/lexer.l index 7bca3860..268d7b90 100644 --- a/lexer.l +++ b/lexer.l @@ -50,7 +50,7 @@ SIGN [+-] /* Bump resources for classic lex. */ %e2000 -%p5000 +%p10000 %n1000 %%