Re: drivers/atm/firestream.c doesn't compile in 2.5.33

David S. Miller (davem@redhat.com)
Sun, 01 Sep 2002 02:13:08 -0700 (PDT)


From: Rogier Wolff <R.E.Wolff@BitWizard.nl>
Date: Sun, 1 Sep 2002 11:14:33 +0200

Or did the __FUNCTION__ extension from gcc change? Someone please
explain.....

CPP pasting __FUNCTION__ is now deprecated because for c++ you
cannot do it at compile time. At least that is how I understand
the problem.

The long and short of it is that __FUNCTION__ cpp string pasting
is now illegal.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/