Normalize include guards in gdb
[deliverable/binutils-gdb.git] / gdb / config / djgpp / langinfo.h
index 2c4a900dd2d30cbcfdf0fc8caf3377cd834a785e..6a692024185f7c72f99b438b8c175d67b2e1ce07 100644 (file)
@@ -17,8 +17,8 @@
    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 _LANGINFO_H
-#define _LANGINFO_H
+#ifndef CONFIG_DJGPP_LANGINFO_H
+#define CONFIG_DJGPP_LANGINFO_H
 
 #include <nl_types.h>
 
@@ -32,4 +32,4 @@ enum {
 
 extern char *nl_langinfo (nl_item);
 
-#endif /* _LANGINFO_H */
+#endif /* CONFIG_DJGPP_LANGINFO_H */
This page took 0.026484 seconds and 4 git commands to generate.