ZJIT: Parse branchnil into HIR
[ruby.git] / internal / signal.h
blob2363bf412cfbb24058dfba373ebf4aaf3a41652d
1 #ifndef INTERNAL_SIGNAL_H /*-*-C-*-vi:se ft=c:*/
2 #define INTERNAL_SIGNAL_H
3 /**
4 * @author Ruby developers <ruby-core@ruby-lang.org>
5 * @copyright This file is a part of the programming language Ruby.
6 * Permission is hereby granted, to either redistribute and/or
7 * modify this file, provided that the conditions mentioned in the
8 * file COPYING are met. Consult the file for details.
9 * @brief Internal header for SignalException.
12 /* signal.c */
13 extern int ruby_enable_coredump;
14 int rb_get_next_signal(void);
16 #ifdef POSIX_SIGNAL
17 void (*ruby_posix_signal(int, void (*)(int)))(int);
18 #endif
20 RUBY_SYMBOL_EXPORT_BEGIN
21 /* signal.c (export) */
22 RUBY_SYMBOL_EXPORT_END
24 #endif /* INTERNAL_SIGNAL_H */