diff options
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 3c71188..98e8e1b 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -1,5 +1,5 @@ /* Definitions for CPP library. - Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. Written by Per Bothner, 1994-95. @@ -281,9 +281,6 @@ struct cpp_options being written to stdout. */ const char *deps_file; - /* Target-name to write with the dependency information. */ - char *deps_target; - /* Search paths for include files. */ struct file_name_list *quote_include; /* First dir to search for "file" */ struct file_name_list *bracket_include;/* First dir to search for <file> */ |