MAXWORDLEN vs MAXTOKENLEN

David Relson relson at osagesoftware.com
Sun Dec 8 17:32:40 CET 2002


Hi,

Anybody know why we have two similar symbols with different values?

lexer.h has:  #define MAXTOKENLEN 30
lexer.l has:  #define MAXWORDLEN  20

lexer.l uses MAXWORDLEN to decide if the token is too long to return
graham.c uses MAXTOKENLEN as the length for tokens in the extrema array

David
--------------------------------------------------------
David Relson                   Osage Software Systems, Inc.
relson at osagesoftware.com       Ann Arbor, MI 48103
www.osagesoftware.com          tel:  734.821.8800





More information about the bogofilter-dev mailing list