Q) jdk1.4.1 compile on -current

Mike Bristow mike at urgle.com
Sun Jul 27 07:45:28 PDT 2003


On Sun, Jul 27, 2003 at 10:40:56AM -0400, Daniel Eischen wrote:
> Anyone know what "#var" does?

Stringify.

mike at lir:~$ cat > test.cpp
#define foo(bar) #bar
  
foo(McKusick)
^D
mike at lir:~$ cpp test.cpp
# 1 "test.cpp"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "test.cpp"
 
 
"McKusick"
mike at lir:~$



More information about the freebsd-java mailing list