Skip to content

Commit

Permalink
Use ifndef __MWERKS__
Browse files Browse the repository at this point in the history
  • Loading branch information
cadmic committed Sep 20, 2024
1 parent 5370004 commit fe43057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc/stdarg.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ extern void __builtin_va_info(void*);

void* __va_arg(va_list v_list, unsigned char type);

#if !__MWERKS__
#ifndef __MWERKS__
#define _var_arg_typeof(e) 0
#endif

Expand Down

0 comments on commit fe43057

Please sign in to comment.