diff options
Diffstat (limited to 'modules/asm/asm_ia32/asm_macr.h')
-rw-r--r-- | modules/asm/asm_ia32/asm_macr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/asm/asm_ia32/asm_macr.h b/modules/asm/asm_ia32/asm_macr.h index 392b05d5b..6d5dbb59d 100644 --- a/modules/asm/asm_ia32/asm_macr.h +++ b/modules/asm/asm_ia32/asm_macr.h @@ -3,8 +3,8 @@ * (C) 1999-2008 Jack Lloyd * *************************************************/ -#ifndef BOTAN_EXT_IA32_ASM_MACROS_H__ -#define BOTAN_EXT_IA32_ASM_MACROS_H__ +#ifndef BOTAN_IA32_ASM_MACROS_H__ +#define BOTAN_IA32_ASM_MACROS_H__ #ifdef __ELF__ .section .note.GNU-stack,"",%progbits |