RE:changing macro on disk while it is r

Masaharu Goto (MXJ02154@nifty.ne.jp)
Fri, 11 Dec 1998 23:27:48 +0900


Hi,

I need to applogize mistake of my previous message. I said you could emulate
copying source file to $TMPDIR by setting 'CPPPREP = cat' in MAKEINFO. This
isn't true. Cint tries 'cat -I. -D__CINT__ file.c > $TMPDIR/tmpnam.c' which
causes error.

Masaharu Goto