I'm sorry for not being very exact. This is about 1.0.2. I've checked
CVS, it is there too.

Wolfgang



At Wed, 20 Apr 2005 22:36:32 +0200,
Wolfgang Hottgenroth wrote:
> 
> Hi,
> 
> 
> I see in lib/print.c:
> 
> static const char *vp_tokens[] = {
>   "?",                                /* T_INVALID */
>   "EOL",                      /* T_EOL */
>   "{",
>   "}",
>   "(",
>   ")",
>   ",",
>   ";",
>   "+=",
>   "-=",
>   ":=",
>   "=",
>   "!=",
>   ">=",
>   ">",
>   "<=",
>   "<",
>   "=~",
>   "!~",
>   "=*",
>   "~*",
>   "==",
>   "#",
>   "<BARE-WORD>",
>   "<\"STRING\">",
>   "<'STRING'>",
>   "<`STRING`>"
> };
> 
> 
> The "~*", shouldn't that be "!*" to be in sync with token.h:
> 
>   T_OP_CMP_TRUE,                /* =* */
>   T_OP_CMP_FALSE,               /* !* */
> 
> 
> 
> Cheers and thanks,
> Wolfgang
> 
> - 
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to