* tuiSource.h (m_tuiShowSourceAsIs): Remove macro.
(tuiShowSourceAsIs): Don't declare.
This commit is contained in:
parent
d3b22ed57c
commit
74e70df6b6
2 changed files with 6 additions and 9 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-08-25 Stephane Carrez <stcarrez@nerim.fr>
|
||||
|
||||
* tuiSource.h (m_tuiShowSourceAsIs): Remove macro.
|
||||
(tuiShowSourceAsIs): Don't declare.
|
||||
|
||||
2002-08-25 Stephane Carrez <stcarrez@nerim.fr>
|
||||
|
||||
* tui-hooks.c (tui_selected_frame_level_changed_hook): Always update
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* TUI display source window.
|
||||
Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
Contributed by Hewlett-Packard Company.
|
||||
|
||||
This file is part of GDB.
|
||||
|
@ -26,16 +26,8 @@
|
|||
|
||||
extern TuiStatus tuiSetSourceContent (struct symtab *, int, int);
|
||||
extern void tuiShowSource (struct symtab *, TuiLineOrAddress, int);
|
||||
extern void tuiShowSourceAsIs (struct symtab *, Opaque, int);
|
||||
extern int tuiSourceIsDisplayed (char *);
|
||||
extern void tuiVerticalSourceScroll (TuiScrollDirection, int);
|
||||
|
||||
|
||||
/*******************
|
||||
** MACROS **
|
||||
*******************/
|
||||
#define m_tuiShowSourceAsIs(s, line, noerror) tuiUpdateSourceWindowAsIs(srcWin, s, line, noerror)
|
||||
|
||||
|
||||
#endif
|
||||
/*_TUI_SOURCE_H*/
|
||||
|
|
Loading…
Reference in a new issue