From: nhmall Date: Tue, 1 Feb 2022 18:03:41 +0000 (-0500) Subject: syntax in prototype X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c75e5d99d2dfe68094d5c170a5f9f9f50621a820;p=nethack syntax in prototype --- diff --git a/include/system.h b/include/system.h index 9f1ebbe69..98bdfdc27 100644 --- a/include/system.h +++ b/include/system.h @@ -561,7 +561,7 @@ E int abs(int); #ifdef atoi #undef atoi #endif -E int atoi, (const char *); +E int atoi(const char *); #endif #undef E