From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Kurshev To: Neil Booth Cc: gcc@gcc.gnu.org Subject: Re: Strange gcc-3.0.1 preprocessor Date: Mon, 15 Oct 2001 10:59:00 -0000 Message-id: <20011015190353.3be9d593.nickols_k@mail.ru> References: <20011014184939.092bdd3b.nickols_k@mail.ru> <20011014161222.B12430@daikokuya.demon.co.uk> <20011014214752.32b3e72f.nickols_k@mail.ru> <20011014185934.B16205@daikokuya.demon.co.uk> <20011014221011.47adb091.nickols_k@mail.ru> <20011014190904.A16465@daikokuya.demon.co.uk> X-SW-Source: 2001-10/msg00867.html Hello, Neil! On Sun, 14 Oct 2001 19:09:04 +0100, you wrote: > Nick Kurshev wrote:- > > > But for me - no. > > I don't believe you. > > > #undef __MACHINE__ > > #define __MACHINE__ ia32 > > #define _INLINES > > #define __CONFIG > > #include __CONFIG > > #include _INLINES > > > > In file included from biewlib/biewlib.c:24: > > biewlib/sysdep/__config.h:27:14: warning: pasting "/" and "__MACHINE__" does not give a valid preprocessing token > > biewlib/sysdep/__config.h:27:22: biewlib/sysdep/__MACHINE__/__config.h: No such file or directory > > make: *** [biewlib/biewlib.o] 1 > > Why is it complaining about pasting? I don't think the code you quote > above is not the code you are using; the code you are using still has > the ## that I asked you to remove. > Yes! You are perfectly right. I cleaned not all such places. Now it works. Thanks! > Neil. > Best regards! Nick