summaryrefslogtreecommitdiff
path: root/include/command_macros_base.h
diff options
context:
space:
mode:
authorlouist103 <35883445+louist103@users.noreply.github.com>2021-09-15 19:24:19 -0400
committerGitHub <noreply@github.com>2021-09-15 19:24:19 -0400
commite3f1ccd9020fefd62d5f94d01ff18084517e537a (patch)
tree3b12d58961cf7531ba3923da53febb595f623171 /include/command_macros_base.h
parentfbc4071cc83b431a558c2b0b3b4dfecd1a92e679 (diff)
Fix all headers to comply with C standard (#957)
* Fix all headers to comply with C standard * fix a file in libultra * Update include/stdbool.h Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * Update stdbool.h * Update z64animation.h Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
Diffstat (limited to 'include/command_macros_base.h')
-rw-r--r--include/command_macros_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/command_macros_base.h b/include/command_macros_base.h
index c0d2ac4e8..b6154b863 100644
--- a/include/command_macros_base.h
+++ b/include/command_macros_base.h
@@ -1,5 +1,5 @@
-#ifndef _COMMAND_MACROS_BASE_H_
-#define _COMMAND_MACROS_BASE_H_
+#ifndef COMMAND_MACROS_BASE_H
+#define COMMAND_MACROS_BASE_H
/**
* Command Base macros intended for use in designing of more specific command macros