diff options
author | Roland McGrath <roland@redhat.com> | 1993-08-19 20:36:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-08-19 20:36:08 +0000 |
commit | 308e6149e6916832bdcd71eab61dc1a9c46d5dbf (patch) | |
tree | 325a6d6262db8cf9366ea002794772fd9ad9b3aa | |
parent | cbbf3ee5ef066654a24f5a8c73173feb24c408ce (diff) | |
download | gunmake-308e6149e6916832bdcd71eab61dc1a9c46d5dbf.tar.gz |
Formerly main.c.~94~
-rw-r--r-- | main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -24,8 +24,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "getopt.h" -extern char *version_string; - extern void print_variable_data_base (); extern void print_dir_data_base (); extern void print_rule_data_base (); @@ -1669,7 +1667,6 @@ print_version () { static int printed_version = 0; - extern char *remote_description; char *precede = print_data_base_flag ? "# " : ""; if (printed_version) |