diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2000-05-04 16:21:33 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2000-05-04 16:21:33 -0700 |
commit | 7efe41a9d991f910c3767e03235b27cbdbe44083 (patch) | |
tree | ba891167e014f39d732dfa068693f479b8fda05b /gcc/libgcc2.c | |
parent | 12a4e8c50d525934b027bf45749f389c02df9b74 (diff) | |
download | gcc-7efe41a9d991f910c3767e03235b27cbdbe44083.tar.gz |
libgcc2.c (near eh_context_specific): Comment #endif string.
* libgcc2.c (near eh_context_specific): Comment #endif string.
* longlong.h: Don't use strings with embedded newlines.
From-SVN: r33687
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. */ |