source: trunk/src/gcc/libjava/include/default-signal.h@ 604

Last change on this file since 604 was 2, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 1.1 KB
Line 
1// default-signal.h - Catch runtime signals and turn them into exceptions.
2
3/* Copyright (C) 1998, 1999, 2000 Free Software Foundation
4
5 This file is part of libgcj.
6
7This software is copyrighted work licensed under the terms of the
8Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
9details. */
10
11#ifndef JAVA_SIGNAL_H
12#define JAVA_SIGNAL_H 1
13
14#ifdef SJLJ_EXCEPTIONS
15
16#define HANDLE_SEGV 1
17#define HANDLE_FPE 1