aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib.c
diff options
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib.c b/lib.c
index 86b44485..c9d64d25 100644
--- a/lib.c
+++ b/lib.c
@@ -786,9 +786,4 @@ void create_builtin_stream(void)
add_pre_buffer("#define __builtin_va_start(a,b) ((a) = (__builtin_va_list)(&(b)))\n");
add_pre_buffer("#define __builtin_va_arg(arg,type) ((type)0)\n");
add_pre_buffer("#define __builtin_va_end(arg)\n");
- // These live somewhere between parse-land (they need to know the
- // function name) and pre-processor-land (they concatenate with
- // strings). Punt.
- add_pre_buffer("#define __FUNCTION__ \"function\"\n");
- add_pre_buffer("#define __PRETTY_FUNCTION__ \"function\"\n");
}