ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf_lexer.l
(Generate patch)

Comparing ircd-hybrid-7.2/src/ircd_lexer.l (file contents):
Revision 849 by db, Mon Feb 19 19:41:59 2007 UTC vs.
Revision 876 by michael, Wed Oct 24 21:51:21 2007 UTC

# Line 242 | Line 242 | max_ident      { return MAX_IDENT; }
242   max_local       { return MAX_LOCAL; }
243   max_global      { return MAX_GLOBAL; }
244   max_number      { return MAX_NUMBER; }
245 + max_watch       { return MAX_WATCH; }
246   message_locale  { return MESSAGE_LOCALE; }
247   min_nonwildcard { return MIN_NONWILDCARD; }
248   min_nonwildcard_simple  { return MIN_NONWILDCARD_SIMPLE; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines