diff options
| author | Jim Meyering <jim@meyering.net> | 2002-12-15 20:54:29 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2002-12-15 20:54:29 +0000 |
| commit | a5f14f167e47616fc4f74666678ede320299d5df (patch) | |
| tree | 5fc7a653b773e97041f9183101f45fbfc6548514 /src/expr.c | |
| parent | (PARAMS): Remove definition. (diff) | |
| download | coreutils-a5f14f167e47616fc4f74666678ede320299d5df.tar.gz coreutils-a5f14f167e47616fc4f74666678ede320299d5df.zip | |
Remove all uses of `PARAMS'.
Diffstat (limited to 'src/expr.c')
| -rw-r--r-- | src/expr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/expr.c b/src/expr.c index 9b0cb99a5..a5781373b 100644 --- a/src/expr.c +++ b/src/expr.c @@ -74,10 +74,10 @@ static char **args; /* The name this program was run with. */ char *program_name; -static VALUE *eval PARAMS ((void)); -static int nomoreargs PARAMS ((void)); -static int null PARAMS ((VALUE *v)); -static void printv PARAMS ((VALUE *v)); +static VALUE *eval (void); +static int nomoreargs (void); +static int null (VALUE *v); +static void printv (VALUE *v); void usage (int status) |
