]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
Header guards and macros get {} in oneline ifs and loops
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index 00922d603853a730130204cb8fefac31d82d00ec..a2b5d2cb2b64220999d9e90ec11b861d9f6f4941 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -20,8 +20,8 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE.
  */
-#ifndef GMQCC_AST_H__
-#define GMQCC_AST_H__
+#ifndef GMQCC_AST_HDR
+#define GMQCC_AST_HDR
 
 #include "astir.h"
 #include "ir.h"