Commit 6cd77c3f by Richard Henderson

Add commentary.

From-SVN: r67606
parent 2288bdbb
...@@ -310,6 +310,8 @@ c_cpp_builtins (pfile) ...@@ -310,6 +310,8 @@ c_cpp_builtins (pfile)
if (warn_deprecated) if (warn_deprecated)
cpp_define (pfile, "__DEPRECATED"); cpp_define (pfile, "__DEPRECATED");
} }
/* Note that we define this for C as well, so that we know if
__attribute__((cleanup)) will interface with EH. */
if (flag_exceptions) if (flag_exceptions)
cpp_define (pfile, "__EXCEPTIONS"); cpp_define (pfile, "__EXCEPTIONS");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment