darwin.h (TARGET_C99_FUNCTIONS): Define to 1.
2005-07-08 Andrew Pinski <pinskia@physics.uc.edu> * config/darwin.h (TARGET_C99_FUNCTIONS): Define to 1. From-SVN: r101809
This commit is contained in:
parent
17ee5bd0c4
commit
68ece23dbd
@ -1,3 +1,7 @@
|
||||
2005-07-08 Andrew Pinski <pinskia@physics.uc.edu>
|
||||
|
||||
* config/darwin.h (TARGET_C99_FUNCTIONS): Define to 1.
|
||||
|
||||
2005-07-08 Daniel Berlin <dberlin@dberlin.org>
|
||||
|
||||
* Makefile.in (TREE_H): Add treestruct.def.
|
||||
|
@ -1029,7 +1029,7 @@ void add_framework_path (char *);
|
||||
#define TARGET_HAS_F_SETLKW
|
||||
|
||||
/* All new versions of Darwin have C99 functions. */
|
||||
#define TARGET_C99_FUNCTIONS
|
||||
#define TARGET_C99_FUNCTIONS 1
|
||||
|
||||
#define WINT_TYPE "int"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user