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

Comparing ircd-hybrid-8/src/ircd_parser.y (file contents):
Revision 1248 by michael, Sat Oct 1 10:02:53 2011 UTC vs.
Revision 1250 by michael, Sat Oct 1 10:48:16 2011 UTC

# Line 339 | Line 339 | unhook_hub_leaf_confs(void)
339   %token  T_SSL
340   %token  T_UMODES
341   %token  T_UNAUTH
342 + %token  T_UNLIMITED
343   %token  T_UNRESV
344   %token  T_UNXLINE
345   %token  T_GLOBOPS
# Line 836 | Line 837 | logging_file_name: NAME '=' QSTRING ';'
837   logging_file_size: T_SIZE '=' sizespec ';'
838   {
839    lsize = $3;
840 + } | T_SIZE '=' T_UNLIMITED ';'
841 + {
842 +  lsize = 0;
843   };
844  
845   logging_file_type: TYPE

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines