projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e9cd2d
)
fix typo
author
Jim Meyering
<jim@meyering.net>
Thu, 31 Dec 1998 18:12:40 +0000
(18:12 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 31 Dec 1998 18:12:40 +0000
(18:12 +0000)
lib/argmatch.h
patch
|
blob
|
history
diff --git
a/lib/argmatch.h
b/lib/argmatch.h
index 941375204c610abde2294ab864af901d6124dda1..67cbd028de7a8a053d6c23922fe8da19f09babb1 100644
(file)
--- a/
lib/argmatch.h
+++ b/
lib/argmatch.h
@@
-47,7
+47,7
@@
int argcasematch
PARAMS ((const char *arg, const char *const *arglist,
const char *vallist, size_t valsize));
-# define ARGMATCH(Arg, A
RGLIST
, Vallist) \
+# define ARGMATCH(Arg, A
rglist
, Vallist) \
argmatch (Arg, Arglist, (const char *) Vallist, sizeof (*Vallist))
# define ARGCASEMATCH(Arg, Arglist, Vallist) \