mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
PARAMS elimination.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2000-06-20 Kevin Buettner <kevinb@redhat.com>
|
||||||
|
|
||||||
|
* tuiLayout.c: Eliminate use of PARAMS from this file.
|
||||||
|
|
||||||
2000-06-17 Kevin Buettner <kevinb@redhat.com>
|
2000-06-17 Kevin Buettner <kevinb@redhat.com>
|
||||||
|
|
||||||
* tuiIO.c: Eliminate use of PARAMS from this file.
|
* tuiIO.c: Eliminate use of PARAMS from this file.
|
||||||
|
@ -20,18 +20,13 @@
|
|||||||
** Static Local Decls
|
** Static Local Decls
|
||||||
********************************/
|
********************************/
|
||||||
|
|
||||||
static void _initGenWinInfo PARAMS
|
static void _initGenWinInfo (TuiGenWinInfoPtr, TuiWinType, int, int, int, int);
|
||||||
((TuiGenWinInfoPtr, TuiWinType, int, int, int, int));
|
static void _initAndMakeWin (Opaque *, TuiWinType, int, int, int, int, int);
|
||||||
static void _initAndMakeWin PARAMS
|
static void _showSourceOrDisassemAndCommand (TuiLayoutType);
|
||||||
((Opaque *, TuiWinType, int, int, int, int, int));
|
static void _makeSourceOrDisassemWindow (TuiWinInfoPtr *, TuiWinType, int, int);
|
||||||
static void _showSourceOrDisassemAndCommand PARAMS
|
|
||||||
((TuiLayoutType));
|
|
||||||
static void _makeSourceOrDisassemWindow PARAMS
|
|
||||||
((TuiWinInfoPtr *, TuiWinType, int, int));
|
|
||||||
static void _makeCommandWindow (TuiWinInfoPtr *, int, int);
|
static void _makeCommandWindow (TuiWinInfoPtr *, int, int);
|
||||||
static void _makeSourceWindow (TuiWinInfoPtr *, int, int);
|
static void _makeSourceWindow (TuiWinInfoPtr *, int, int);
|
||||||
static void _makeDisassemWindow PARAMS
|
static void _makeDisassemWindow (TuiWinInfoPtr *, int, int);
|
||||||
((TuiWinInfoPtr *, int, int));
|
|
||||||
static void _makeDataWindow (TuiWinInfoPtr *, int, int);
|
static void _makeDataWindow (TuiWinInfoPtr *, int, int);
|
||||||
static void _showSourceCommand (void);
|
static void _showSourceCommand (void);
|
||||||
static void _showDisassemCommand (void);
|
static void _showDisassemCommand (void);
|
||||||
|
Reference in New Issue
Block a user