diff options
Diffstat (limited to 'lib.c')
| -rw-r--r-- | lib.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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"); } |
