]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/f/sta.h
Standardize header guards.
[thirdparty/gcc.git] / gcc / f / sta.h
index 64e16079815a197608606c41539d91627ade9446..cf417771557879ce3fbd435a154873b0bef04416 100644 (file)
@@ -27,8 +27,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 /* Allow multiple inclusion to work. */
 
-#ifndef _H_f_sta
-#define _H_f_sta
+#ifndef GCC_F_STA_H
+#define GCC_F_STA_H
 
 /* Simple definitions and enumerations. */
 
@@ -114,4 +114,4 @@ void ffesta_set_outpooldisp (ffestaPooldisp d);
 
 /* End of #include file. */
 
-#endif
+#endif /* ! GCC_F_STA_H */