From 69c370ff8aead0ce831dccacf4e6962e5acd978c Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 3 Jul 2003 18:39:10 +0000 Subject: [PATCH] As per a suggestion by Alex Medvedev, boost %a to 16000 to let AIX 5.2's Lex handle scanner.l. --- scanner.l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scanner.l b/scanner.l index 46cfe27..53be760 100644 --- a/scanner.l +++ b/scanner.l @@ -22,7 +22,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.94 2003-03-11 06:23:55 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.95 2003-07-03 18:39:10 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -81,7 +81,7 @@ N ([0-9]+|(0X|0x)[0-9A-Fa-f]+) B ([0-9A-Fa-f][0-9A-Fa-f]?) W ([0-9A-Fa-f][0-9A-Fa-f]?[0-9A-Fa-f]?[0-9A-Fa-f]?) -%a 15000 +%a 16000 %o 19000 %e 6000 %k 4000