aboutsummaryrefslogtreecommitdiff
path: root/src/error.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.S')
-rw-r--r--src/error.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/error.S b/src/error.S
index 44be8b0..50597dd 100644
--- a/src/error.S
+++ b/src/error.S
@@ -1,6 +1,8 @@
#include "helpers/function.S"
#include "SDL/error.S"
+#ifndef __STDC_VERSION__
+
.section .text
//! @function _print_sdl_error(char const * format)
@@ -19,3 +21,4 @@
function_end
+#endif \ No newline at end of file