Protoization.
[deliverable/binutils-gdb.git] / gdb / proc-why.c
index 958eeb4aa7d5d925d56c984dac952d429c2f1fb2..0c8eefd0f864712f77f119324d7bb8173db5cf80 100644 (file)
@@ -105,11 +105,8 @@ static struct trans pr_why_table[] =
 };
 
 void
-proc_prettyfprint_why (file, why, what, verbose)
-     FILE         *file;
-     unsigned long why; 
-     unsigned long what; 
-     int           verbose;
+proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what,
+                      int verbose)
 {
   int i;
 
@@ -172,10 +169,7 @@ proc_prettyfprint_why (file, why, what, verbose)
 }
 
 void
-proc_prettyprint_why (why, what, verbose)
-     unsigned long why; 
-     unsigned long what; 
-     int           verbose;
+proc_prettyprint_why (unsigned long why, unsigned long what, int verbose)
 {
   proc_prettyfprint_why (stdout, why, what, verbose);
 }
This page took 0.02836 seconds and 4 git commands to generate.