re PR ada/24855 (Missing stdarg.h in ada/raise.c for arm-rtems)
2005-11-16 Joel Sherrill <joel.sherrill@oarcorp.com> PR ada/24855 * raise-gcc.c: Add missing stdarg.h include. From-SVN: r107079
This commit is contained in:
parent
80a0c50a3c
commit
b381d30b05
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-11-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR ada/24855
|
||||
* raise-gcc.c: Add missing stdarg.h include.
|
||||
|
||||
2005-11-16 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* Make-lang.in (ada/decl.o): Add $(EXPR_H) dependency.
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
#endif
|
||||
#include "tsystem.h"
|
||||
#include <sys/stat.h>
|
||||
#include <stdarg.h>
|
||||
typedef char bool;
|
||||
# define true 1
|
||||
# define false 0
|
||||
|
|
Loading…
Add table
Reference in a new issue