diff options
Diffstat (limited to 'gdb/command.h')
-rw-r--r-- | gdb/command.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/command.h b/gdb/command.h index 2f2f6b8..d49eff0 100644 --- a/gdb/command.h +++ b/gdb/command.h @@ -1,3 +1,10 @@ +/* ***DEPRECATED*** The gdblib files must not be calling/using things in any + of the possible command languages. If necessary, a hook (that may be + present or not) must be used and set to the appropriate routine by any + command language that cares about it. If you are having to include this + file you are possibly doing things the old way. This file will disapear. + fnasser@redhat.com */ + /* Header file for command-reading library command.c. Copyright (C) 1986, 1989, 1990, 2000 Free Software Foundation, Inc. |