diff options
author | Andreas Jaeger <aj@suse.de> | 2003-06-01 18:48:05 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2003-06-01 18:48:05 +0200 |
commit | fa10d367bd3ee026b6f5b14b0264a5d67cf6a982 (patch) | |
tree | 4f89d241301866d0817c73356ce57a41d6e43809 /gcc/gen-protos.c | |
parent | a3033f34cfe544f69cf769ce74a1a6f59b2dd95a (diff) | |
download | gcc-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.c | 3 |
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]; |