Small fix to gdb.Value constructor doc
[deliverable/binutils-gdb.git] / gdb / f-lang.h
index cab06f9806d4bed15f73b4c8da717d1ede2a7d5f..a4ae6a726d95906423c3f93181657e1a1e2a7fd9 100644 (file)
@@ -20,6 +20,9 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#ifndef F_LANG_H
+#define F_LANG_H
+
 struct type_print_options;
 struct parser_state;
 
@@ -79,3 +82,4 @@ struct builtin_f_type
 /* Return the Fortran type table for the specified architecture.  */
 extern const struct builtin_f_type *builtin_f_type (struct gdbarch *gdbarch);
 
+#endif /* F_LANG_H */
This page took 0.025621 seconds and 4 git commands to generate.