diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-04 23:21:33 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-04 23:21:33 +0000 |
commit | a54788b7a92affad3083f00938f21d2ce5df7711 (patch) | |
tree | ba891167e014f39d732dfa068693f479b8fda05b /gcc/libgcc2.c | |
parent | 2b3dfdb8611ae5a53b9a321c47c94a9182b12326 (diff) | |
download | gcc-a54788b7a92affad3083f00938f21d2ce5df7711.tar.gz |
* libgcc2.c (near eh_context_specific): Comment #endif string.
* longlong.h: Don't use strings with embedded newlines.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33687 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r-- | gcc/libgcc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index dd30b715f2c..ba003120e1c 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -3193,7 +3193,7 @@ eh_context_specific (void) return eh; } -#endif __GTHREADS +#endif /* __GTHREADS */ /* Support routines for setjmp/longjmp exception handling. */ |