sh-signal.h (MAKE_THROW_FRAME): Remove trailing whitespace.

* include/sh-signal.h (MAKE_THROW_FRAME): Remove trailing whitespace.

From-SVN: r106481
This commit is contained in:
Kaz Kojima 2005-11-04 04:35:34 +00:00
parent 1c2763c9e9
commit b3bdba1328
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-11-04 Kaz Kojima <kkojima@gcc.gnu.org>
* include/sh-signal.h (MAKE_THROW_FRAME): Remove trailing whitespace.
2005-11-02 Andreas Tobler <a.tobler@schweiz.ch>
* testsuite/lib/libjava.exp (libjava_find_lib): Add dylib to the shared

View File

@ -42,7 +42,7 @@ typedef struct _sig_ucontext {
#define MAKE_THROW_FRAME(_exception) \
do \
{ \
volatile struct sigcontext *_sc = &_uc->uc_mcontext; \
volatile struct sigcontext *_sc = &_uc->uc_mcontext; \
_sc->sc_pc += 4; \
} \
while (0)
@ -50,7 +50,7 @@ while (0)
#define MAKE_THROW_FRAME(_exception) \
do \
{ \
volatile struct sigcontext *_sc = &_uc->uc_mcontext; \
volatile struct sigcontext *_sc = &_uc->uc_mcontext; \
_sc->sc_pc += 2; \
} \
while (0)