Fixes for C23 Support (#2138)
* fixes for c23 support * include global.h in m4a.c & remove <string.h> include
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
#define asm_unified(x) asm(".syntax unified\n" x "\n.syntax divided")
|
||||
#define NAKED __attribute__((naked))
|
||||
|
||||
#if MODERN
|
||||
#define asm __asm__
|
||||
#endif
|
||||
|
||||
/// IDE support
|
||||
#if defined(__APPLE__) || defined(__CYGWIN__) || defined(__INTELLISENSE__)
|
||||
// We define these when using certain IDEs to fool preproc
|
||||
|
||||
Reference in New Issue
Block a user