Normalize include guards in gdb
[deliverable/binutils-gdb.git] / gdb / stabsread.h
index b872aadb878aa3c7392efbeb8d7cdc220799a9a6..fc989bc89946525764a95bf22e9b16819ba99a6f 100644 (file)
@@ -16,6 +16,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 STABSREAD_H
+#define STABSREAD_H
+
 struct objfile;
 enum language;
 
@@ -219,3 +222,5 @@ extern void init_header_files (void);
    to.  Get these symbols from the minimal symbol table.  */
 
 extern void scan_file_globals (struct objfile *objfile);
+
+#endif /* STABSREAD_H */
This page took 0.024304 seconds and 4 git commands to generate.