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