diff options
Diffstat (limited to 'include/ucode/compiler.h')
-rw-r--r-- | include/ucode/compiler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ucode/compiler.h b/include/ucode/compiler.h index ffe7caf..3387a73 100644 --- a/include/ucode/compiler.h +++ b/include/ucode/compiler.h @@ -14,8 +14,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifndef __COMPILER_H_ -#define __COMPILER_H_ +#ifndef UCODE_COMPILER_H +#define UCODE_COMPILER_H #include <stddef.h> #include <stdint.h> @@ -138,4 +138,4 @@ uc_program_t *uc_compile(uc_parse_config_t *config, uc_source_t *source, char ** if (compiler->exprstack) \ compiler->exprstack = compiler->exprstack->parent -#endif /* __COMPILER_H_ */ +#endif /* UCODE_COMPILER_H */ |