summaryrefslogtreecommitdiff
path: root/gcc/gen-protos.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-06-01 18:48:05 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-06-01 18:48:05 +0200
commitfa10d367bd3ee026b6f5b14b0264a5d67cf6a982 (patch)
tree4f89d241301866d0817c73356ce57a41d6e43809 /gcc/gen-protos.c
parenta3033f34cfe544f69cf769ce74a1a6f59b2dd95a (diff)
downloadgcc-fa10d367bd3ee026b6f5b14b0264a5d67cf6a982.tar.gz
* gen-protos.c (main): Revert patch to check for argument.
From-SVN: r67303
Diffstat (limited to 'gcc/gen-protos.c')
-rw-r--r--gcc/gen-protos.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c
index 64ef406cf88..04fb3c58c81 100644
--- a/gcc/gen-protos.c
+++ b/gcc/gen-protos.c
@@ -137,9 +137,6 @@ main (int argc, char **argv)
sstring linebuf;
struct fn_decl fn_decl;
- if (argc <= 1)
- fatal ("no input file name");
-
i = strlen (argv[0]);
while (i > 0 && argv[0][i-1] != '/') --i;
progname = &argv[0][i];