summaryrefslogtreecommitdiff
path: root/frontends/yasm/yasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/yasm/yasm.c')
-rw-r--r--frontends/yasm/yasm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/yasm/yasm.c b/frontends/yasm/yasm.c
index d11147ec..2aab8350 100644
--- a/frontends/yasm/yasm.c
+++ b/frontends/yasm/yasm.c
@@ -1376,7 +1376,7 @@ opt_plugin_handler(/*@unused@*/ char *cmd, char *param,
#endif
static void
-apply_preproc_builtins()
+apply_preproc_builtins(void)
{
char *predef;
@@ -1409,7 +1409,7 @@ apply_preproc_standard_macros(const yasm_stdmac *stdmacs)
}
static void
-apply_preproc_saved_options()
+apply_preproc_saved_options(void)
{
constcharparam *cp, *cpnext;