diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-07 23:57:11 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-07 23:57:11 +0000 |
commit | 321de9414adaa66fff2cb00cbc0a89e1e4577b13 (patch) | |
tree | 40500686f667ce77616d245f5f38603992ce0eb3 /gcc/c-cppbuiltin.c | |
parent | 08cd2194cf8d22597c80a0bf8127f6d39e3b5aae (diff) | |
download | gcc-321de9414adaa66fff2cb00cbc0a89e1e4577b13.tar.gz |
Add commentary.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67606 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-cppbuiltin.c')
-rw-r--r-- | gcc/c-cppbuiltin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c-cppbuiltin.c b/gcc/c-cppbuiltin.c index 3679f869d04..b17b469955b 100644 --- a/gcc/c-cppbuiltin.c +++ b/gcc/c-cppbuiltin.c @@ -310,6 +310,8 @@ c_cpp_builtins (pfile) if (warn_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) cpp_define (pfile, "__EXCEPTIONS"); |