mirror of
https://github.com/zeldaret/oot
synced 2026-08-16 13:17:04 -04:00
Fix all headers to comply with C standard (#957)
* Fix all headers to comply with C standard * fix a file in libultra * Update include/stdbool.h Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * Update stdbool.h * Update z64animation.h Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
#ifndef _ALLOCA_H_
|
||||
#define _ALLOCA_H_
|
||||
#ifndef ALLOCA_H
|
||||
#define ALLOCA_H
|
||||
|
||||
void* alloca(u32);
|
||||
#define alloca __builtin_alloca
|
||||
|
||||
Reference in New Issue
Block a user