From: Christoph Mallon Date: Sun, 18 Nov 2007 06:53:57 +0000 (+0000) Subject: Add the __func__ token. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=7e40c596c11ac8c5af5764162e6ec57f687fb407;p=cparser Add the __func__ token. [r18475] --- diff --git a/tokens.inc b/tokens.inc index c263a16..4209c2d 100644 --- a/tokens.inc +++ b/tokens.inc @@ -53,6 +53,7 @@ S(__builtin_va_arg) S(__builtin_va_end) S(__PRETTY_FUNCTION__) S(__FUNCTION__) +S(__func__) S(__alignof__) S(__typeof__) S(__real__)