Jim Bloom <[EMAIL PROTECTED]> writes:

> No.  It has the same bug.  That method of concatenation only works
> for strings.

Well, I tried it and got the following:

/----
| $ cat foo
| #define rule(ADDR,MASK) add pass tcp from ADDR ## : ## MASK to any 25 setup
| rule(192.168.2.5,255.255.254.0)
| $ type cpp
| cpp is hashed (/usr/bin/cpp)
| $ cpp foo
| # 1 "foo"
| 
| add pass tcp from  192.168.2.5:255.255.254.0  to any 25 setup 
| $ cpp --version
| 2.95.2
\----

Note that there is no space in ``192.168.2.5:255.255.254.0''.  I
thought that this is what you wanted?  If this isn't what you wanted,
I'm sorry for the misunderstanding.

I cvsupped my -current on Friday or Saturday, is that too old?

kai
-- 
~/.signature: No such file or directory


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to