Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.
This commit is contained in:
parent
b302359394
commit
ac95f2f8c8
22 changed files with 11 additions and 24 deletions
|
|
@ -33,7 +33,6 @@
|
|||
* (0) loop surrounding the function body.
|
||||
*/
|
||||
|
||||
#define NULL 0
|
||||
#include "ir.h"
|
||||
|
||||
class ir_function_can_inline_visitor : public ir_hierarchical_visitor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue