diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-07-31 07:04:07 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-07-31 07:04:07 +0000 |
commit | a931e510b14a569925ce6c764fafd1c7728b294b (patch) | |
tree | d4d904fcb3d128d740d48462853752677ce3d67d /vidix/sysdep/AsmMacros_ia64.h | |
parent | 71ec2912dbe91561ff4d4473479a4946b1939cb4 (diff) |
Identifiers starting with underscores are reserved.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23954 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/sysdep/AsmMacros_ia64.h')
-rw-r--r-- | vidix/sysdep/AsmMacros_ia64.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vidix/sysdep/AsmMacros_ia64.h b/vidix/sysdep/AsmMacros_ia64.h index e59732fda5..ed4d42bb55 100644 --- a/vidix/sysdep/AsmMacros_ia64.h +++ b/vidix/sysdep/AsmMacros_ia64.h @@ -4,8 +4,8 @@ Modified for readability by Nick Kurshev */ -#ifndef __ASM_MACROS_IA64_H -#define __ASM_MACROS_IA64_H +#ifndef ASMMACROS_IA64_H +#define ASMMACROS_IA64_H #if defined(linux) #include <sys/io.h> @@ -13,4 +13,4 @@ #error This stuff is not ported on your system #endif -#endif +#endif /* ASMMACROS_IA64_H */ |