At 11:30 AM 4/9/99 -0400, you wrote:
>On Wed, Apr 07, 1999 at 10:51:46PM +0200, Pierpaolo Fumagalli wrote:
>
>> Jon, are you sure that (..."/" JSERV_SERVLET) will be translated into
>> (..."/org.apache.jserv.JServ")? (My C is going... Too bad!!!)
>
>Most of the time. The correct ANSI syntax is actually using ## to
>contat two stings at compile time.
>
The concatentation of string literals seperated by whitespace is guaranteed
by both the ANSI C and C++ standards. The token pasting operator (##) may
only be used within a #define preprocessor directive.
Bob
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]