2011-01-07 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / f-lang.h
index 5c2692df1f4a8bd04c38e4789f99a7481c093eb0..8043577cf44244b2559b16615d3dd5a54a3bef07 100644 (file)
@@ -87,13 +87,13 @@ extern SAVED_F77_COMMON_PTR find_common_for_function (char *, char *);
 /* When reasonable array bounds cannot be fetched, such as when 
    you ask to 'mt print symbols' and there is no stack frame and 
    therefore no way of knowing the bounds of stack-based arrays, 
-   we have to assign default bounds, these are as good as any... */
+   we have to assign default bounds, these are as good as any...  */
 
 #define DEFAULT_UPPER_BOUND 999999
 #define DEFAULT_LOWER_BOUND -999999
 
-extern char *real_main_name;   /* Name of main function */
-extern int real_main_c_value;  /* C_value field of main function */
+extern char *real_main_name;   /* Name of main function */
+extern int real_main_c_value;  /* C_value field of main function */
 
 extern int f77_get_upperbound (struct type *);
 
This page took 0.024469 seconds and 4 git commands to generate.