update many old style function definitions
[deliverable/binutils-gdb.git] / gprof / gmon_io.c
index 71a12aa7f213a82d3fe724642a81afd5f9bd5a60..c827ae67d05b85afbbf69156d395136c15ccc6de 100644 (file)
@@ -61,7 +61,7 @@ int gmon_input = 0;
 int gmon_file_version = 0;     /* 0 == old (non-versioned) file format.  */
 
 static enum gmon_ptr_size
-gmon_get_ptr_size ()
+gmon_get_ptr_size (void)
 {
   int size;
 
@@ -87,7 +87,7 @@ gmon_get_ptr_size ()
 }
 
 static enum gmon_ptr_signedness
-gmon_get_ptr_signedness ()
+gmon_get_ptr_signedness (void)
 {
   int sext;
 
This page took 0.022291 seconds and 4 git commands to generate.