projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca43da5
)
Comment tweak.
author
Bruno Haible
<bruno@clisp.org>
Thu, 21 Nov 2002 15:02:25 +0000
(15:02 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Thu, 21 Nov 2002 15:02:25 +0000
(15:02 +0000)
lib/argmatch.c
patch
|
blob
|
history
lib/argmatch.h
patch
|
blob
|
history
diff --git
a/lib/argmatch.c
b/lib/argmatch.c
index 35787842ead386347f08102ad54373a96157f0f4..81f95f75cda4e15b14f6f2ff651137b43e7557f4 100644
(file)
--- a/
lib/argmatch.c
+++ b/
lib/argmatch.c
@@
-22,6
+22,7
@@
# include <config.h>
#endif
+/* Specification. */
#include "argmatch.h"
#include <stdio.h>
diff --git
a/lib/argmatch.h
b/lib/argmatch.h
index 5595ee4361ef1d86c0af47e0e344606d65cd77d9..4b65ca4b72e1079e0660d885738544479cf04822 100644
(file)
--- a/
lib/argmatch.h
+++ b/
lib/argmatch.h
@@
-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 che
dk
at compile-time.
+ preferred, since it is guaranteed to be che
cked
at compile-time.
ARGMATCH_ASSERT is for backward compatibility only. */
# define ARGMATCH_VERIFY(Arglist, Vallist) \