mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Forgot to include stdio.h since Win32 won't resolve it otherwise.
This commit is contained in:
+1
-1
@@ -1035,7 +1035,7 @@ typedef enum ProcTypeOverloadKind {
|
|||||||
|
|
||||||
} ProcTypeOverloadKind;
|
} ProcTypeOverloadKind;
|
||||||
|
|
||||||
|
#include "stdio.h"
|
||||||
bool has_encountered_null_proc_type = false;
|
bool has_encountered_null_proc_type = false;
|
||||||
ProcTypeOverloadKind are_proc_types_overload_safe(Type *x, Type *y) {
|
ProcTypeOverloadKind are_proc_types_overload_safe(Type *x, Type *y) {
|
||||||
if(x == NULL && y == NULL) {
|
if(x == NULL && y == NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user