Skip to content

Commit

Permalink
Merge pull request #40 from elboulangero/master
Browse files Browse the repository at this point in the history
acinclude.m4: Fix -Werror=implicit-function-declaration
  • Loading branch information
royhills authored Apr 28, 2024
2 parents 9df6145 + 3630f3e commit d5737c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ AC_DEFUN([PGAC_FUNC_SNPRINTF_LONG_LONG_INT_FORMAT],
AC_CACHE_VAL(pgac_cv_snprintf_long_long_int_format,
[for pgac_format in '%lld' '%qd' '%I64d'; do
AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h>
#include <string.h>
typedef long long int int64;
#define INT64_FORMAT "$pgac_format"
Expand Down

0 comments on commit d5737c9

Please sign in to comment.