diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-16 00:17:46 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-16 00:17:46 +0000 |
commit | 80171b4b41797a5836bde888c1cd388a8b094394 (patch) | |
tree | ab9c0755de18cdb179f09dfcca957f3c95db90bc /libgo/config.h.in | |
parent | 2ff86c8c06ba94c06da52ff1ac80b9a31fc5645c (diff) | |
download | gcc-80171b4b41797a5836bde888c1cd388a8b094394.tar.gz |
libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test.
From Eric Botcazou.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223231 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r-- | libgo/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in index 629c603e380..298b8d660e3 100644 --- a/libgo/config.h.in +++ b/libgo/config.h.in @@ -337,9 +337,6 @@ /* Define to 1 if you have the `wait4' function. */ #undef HAVE_WAIT4 -/* Define if the C++ compiler is configured for setjmp/longjmp exceptions. */ -#undef LIBGO_SJLJ_EXCEPTIONS - /* Define if the linker support split stack adjustments */ #undef LINKER_SUPPORTS_SPLIT_STACK |