mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 18:53:04 +00:00
Sync with gnulib.
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
# include <config.h>
|
# include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Specification. */
|
||||||
#include "argmatch.h"
|
#include "argmatch.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
/* Assert there are as many real arguments as there are values
|
/* Assert there are as many real arguments as there are values
|
||||||
(argument list ends with a NULL guard). ARGMATCH_VERIFY is
|
(argument list ends with a NULL guard). ARGMATCH_VERIFY is
|
||||||
preferred, since it is guaranteed to be chedk at compile-time.
|
preferred, since it is guaranteed to be checked at compile-time.
|
||||||
ARGMATCH_ASSERT is for backward compatibility only. */
|
ARGMATCH_ASSERT is for backward compatibility only. */
|
||||||
|
|
||||||
# define ARGMATCH_VERIFY(Arglist, Vallist) \
|
# define ARGMATCH_VERIFY(Arglist, Vallist) \
|
||||||
|
|||||||
Reference in New Issue
Block a user