From 7e40c596c11ac8c5af5764162e6ec57f687fb407 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sun, 18 Nov 2007 06:53:57 +0000 Subject: [PATCH] Add the __func__ token. [r18475] --- tokens.inc | 1 + 1 file changed, 1 insertion(+) 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__) -- 2.20.1