Introduction
Introduction Statistics Contact Development Disclaimer Help
fix reserved/underscore macro name - frontends - front-ends for some sites (exp…
Log
Files
Refs
README
LICENSE
---
commit d65b745eb5ca4d16f692a140ae1a8611fcd81da7
parent 37f79862d47d5099b4b2ae936dc7af8966a4a9e2
Author: Hiltjo Posthuma <[email protected]>
Date: Mon, 15 May 2023 00:00:34 +0200
fix reserved/underscore macro name
Diffstat:
M json.h | 4 ++--
M xml.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/json.h b/json.h
@@ -1,5 +1,5 @@
-#ifndef _JSON_H_
-#define _JSON_H_
+#ifndef JSON_H
+#define JSON_H
#include <stddef.h>
diff --git a/xml.h b/xml.h
@@ -1,5 +1,5 @@
-#ifndef _XML_H_
-#define _XML_H_
+#ifndef XML_H
+#define XML_H
#include <stdio.h>
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.