projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42a837c
)
Remove xstrdup declaration.
author
Jim Meyering
<jim@meyering.net>
Thu, 2 Sep 1999 21:33:00 +0000
(21:33 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 2 Sep 1999 21:33:00 +0000
(21:33 +0000)
src/expr.c
patch
|
blob
|
history
diff --git
a/src/expr.c
b/src/expr.c
index a61bc34c97edc2dc0a80cb6065f988c2d3fb2571..d220a9c20453b465dc133863485d1aef1535f66b 100644
(file)
--- a/
src/expr.c
+++ b/
src/expr.c
@@
-75,8
+75,6
@@
static char **args;
/* The name this program was run with. */
char *program_name;
-char *xstrdup ();
-
static VALUE *docolon PARAMS ((VALUE *sv, VALUE *pv));
static VALUE *eval PARAMS ((void));
static VALUE *int_value PARAMS ((int i));