]> Savannah Git Hosting - gnulib.git/commitdiff
error: fix typo in previous patch
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 May 2023 22:12:43 +0000 (15:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 May 2023 22:12:43 +0000 (15:12 -0700)
* lib/error.in.h (error): Fix __VA_ARGS__ typo noted by
Bruno Haible.

lib/error.in.h

index ecb19818c8305b4cfadbf5a1d465dab3d1d7f3c7..f1ba94577b60171bfaf4177d9de433a9563aea58 100644 (file)
@@ -81,7 +81,7 @@ _GL_CXXALIAS_RPL (error, void,
 # ifndef _GL_NO_INLINE_ERROR
 #  undef error
 #  define error(status, ...) \
-     __gl_error_call (rpl_error, status, __VA_ARGS)
+     __gl_error_call (rpl_error, status, __VA_ARGS__)
 # endif
 #else
 # if ! @HAVE_ERROR@