diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-07 23:09:45 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-07 23:09:45 +0000 |
commit | 63ab0c3cc3b44ecf8281da20ef35795a4923d426 (patch) | |
tree | 0477643567b5bb40804f449d9488e123ef85ee53 /gdb/procfs.c | |
parent | 1d0e1db4f33647a03c75a23b8d8988f26942c2f4 (diff) | |
download | gdb-63ab0c3cc3b44ecf8281da20ef35795a4923d426.tar.gz |
* procfs.c (PROCFS_TRACE): Delete definition.
* proc-utils.h (PROCFS_NOTE, PROC_PRETTYFPRINT_STATUS): Always define.
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c index 796145807a1..1a6c9472fd5 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -87,7 +87,6 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ files, because it redefines various system calls using macros. This may be incompatible with the prototype declarations. */ -#define PROCFS_TRACE #include "proc-utils.h" /* =================== TARGET_OPS "MODULE" =================== */ |