[PATCH RFC] PARAMS elimination: tui/tuiSourceWin.h

Kevin Buettner kevinb@cygnus.com
Tue Jun 20 00:23:00 GMT 2000


More PARAMS elimination...  I'll wait for two days for comments /
objections before committing the changes below.

(The only file left after this one is copying.awk.)

	* tuiSourceWin.h: Eliminate use of PARAMS from this file.

Index: tui/tuiSourceWin.h
===================================================================
RCS file: /cvs/src/src/gdb/tui/tuiSourceWin.h,v
retrieving revision 1.2
diff -u -r1.2 tuiSourceWin.h
--- tuiSourceWin.h	2000/05/28 01:12:42	1.2
+++ tuiSourceWin.h	2000/06/20 07:18:29
@@ -6,10 +6,10 @@
 
 
 extern void tuiDisplayMainFunction (void);
-extern void tuiUpdateSourceWindow PARAMS
-  ((TuiWinInfoPtr, struct symtab *, Opaque, int));
-extern void tuiUpdateSourceWindowAsIs PARAMS
-  ((TuiWinInfoPtr, struct symtab *, Opaque, int));
+extern void tuiUpdateSourceWindow (TuiWinInfoPtr, struct symtab *, Opaque,
+				   int);
+extern void tuiUpdateSourceWindowAsIs (TuiWinInfoPtr, struct symtab *, Opaque,
+				       int);
 extern void tuiUpdateSourceWindowsWithAddr (Opaque);
 extern void tui_vUpdateSourceWindowsWithAddr (va_list);
 extern void tuiUpdateSourceWindowsWithLine (struct symtab *, int);



More information about the Gdb-patches mailing list