diff options
Diffstat (limited to 'includes/compiler/GCCInlineAsm.h')
-rw-r--r-- | includes/compiler/GCCInlineAsm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/compiler/GCCInlineAsm.h b/includes/compiler/GCCInlineAsm.h index 0b61384..18e24d0 100644 --- a/includes/compiler/GCCInlineAsm.h +++ b/includes/compiler/GCCInlineAsm.h @@ -3,7 +3,7 @@ #include "compiler/common.h" -extern void InlineAsm_SkipComment(); +extern void InlineAsm_SkipComment(void); extern void InlineAsm_gcc_parse(void); extern Statement *first_ST_ASM; |