* config/alpha/tm-alphalinux.h (alpha_linux_sigtramp_offset):

Add closing parenthesis.  From HJ Lu.
This commit is contained in:
Jason Molenda 1998-01-27 03:10:23 +00:00
parent 7b5c32cfa1
commit bf1fb2e0c3
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Mon Jan 26 19:07:46 1998 Jason Molenda (crash@bugshack.cygnus.com)
* config/alpha/tm-alphalinux.h (alpha_linux_sigtramp_offset):
Add closing parenthesis. From HJ Lu.
Mon Jan 26 17:54:45 1998 Mark Alexander <marka@cygnus.com>
* dve3900-rom.c: Improve performance by using memory commands

View file

@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Are we currently handling a signal ? */
extern long alpha_linux_sigtramp_offset PARAMS ((CORE_ADDR);
extern long alpha_linux_sigtramp_offset PARAMS ((CORE_ADDR));
#undef IN_SIGTRAMP
#define IN_SIGTRAMP(pc, name) (alpha_linux_sigtramp_offset (pc) >= 0)