Sync with gnulib.

This commit is contained in:
Paul Eggert
2002-11-21 19:14:24 +00:00
parent 580043087e
commit 0368ae1269
2 changed files with 2 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
# include <config.h>
#endif
/* Specification. */
#include "argmatch.h"
#include <stdio.h>

View File

@@ -30,7 +30,7 @@
/* Assert there are as many real arguments as there are values
(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. */
# define ARGMATCH_VERIFY(Arglist, Vallist) \