mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-16 09:14:30 -05:00
check __CLION_IDE__ predefine in global.h
This commit is contained in:
parent
d87e2e2fc2
commit
75b9fbc92f
|
|
@ -16,7 +16,7 @@
|
|||
#define asm_comment(x) asm volatile("@ -- " x " -- ")
|
||||
#define asm_unified(x) asm(".syntax unified\n" x "\n.syntax divided")
|
||||
|
||||
#if defined (__APPLE__) || defined (__CYGWIN__)
|
||||
#if defined (__APPLE__) || defined (__CYGWIN__) || defined(__CLION_IDE__)
|
||||
// Get the IDE to stfu
|
||||
|
||||
// We define it this way to fool preproc.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user