summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arg.h b/arg.h
index 042f5c1..8875490 100644
--- a/arg.h
+++ b/arg.h
@@ -41,7 +41,7 @@ extern char *argv0;
} \
} \
}
-#define ARGC() (*argv)[_i]
+#define ARGC() ((*argv)[_i])
#define ARGF_(x) (((*argv)[_i + 1]) ? (_argused = 1, &((*argv)[_i + 1])) : \
(*(argv + 1)) ? (_argused = 1, *(argv + 1)) : (x) \
)