mirror of
https://github.com/pret/agbcc.git
synced 2026-08-23 02:44:06 -05:00
Merge 47f6d663d9 into da598c1d91
This commit is contained in:
@@ -21,6 +21,11 @@ Boston, MA 02111-1307, USA. */
|
||||
#ifndef __GCC_TOPLEV_H__
|
||||
#define __GCC_TOPLEV_H__
|
||||
|
||||
#include <setjmp.h>
|
||||
#ifndef _JBLEN
|
||||
# define _JBLEN (sizeof(jmp_buf)/sizeof(jmp_buf[0]))
|
||||
#endif
|
||||
|
||||
union tree_node;
|
||||
struct rtx_def;
|
||||
|
||||
@@ -70,6 +75,7 @@ extern void error_for_asm (struct rtx_def *, char *, ...)
|
||||
ATTRIBUTE_PRINTF_2;
|
||||
extern void warning_for_asm (struct rtx_def *, char *, ...)
|
||||
ATTRIBUTE_PRINTF_2;
|
||||
|
||||
#if defined (_JBLEN) || defined (setjmp)
|
||||
extern void set_float_handler (jmp_buf);
|
||||
extern int push_float_handler (jmp_buf, jmp_buf);
|
||||
|
||||
@@ -21,6 +21,11 @@ Boston, MA 02111-1307, USA. */
|
||||
#ifndef __GCC_TOPLEV_H__
|
||||
#define __GCC_TOPLEV_H__
|
||||
|
||||
#include <setjmp.h>
|
||||
#ifndef _JBLEN
|
||||
# define _JBLEN (sizeof(jmp_buf)/sizeof(jmp_buf[0]))
|
||||
#endif
|
||||
|
||||
#ifdef ANSI_PROTOTYPES
|
||||
union tree_node;
|
||||
struct rtx_def;
|
||||
|
||||
Reference in New Issue
Block a user