# HG changeset patch # User diego # Date 1187786476 0 # Node ID 35cc7c922a76406738ad80156dfe7106be624b8e # Parent bee74f94dafe3d15e00b9a11f20aa6094be05560 Identifiers starting with underscores are reserved. diff -r bee74f94dafe -r 35cc7c922a76 ppc/dsputil_altivec.h --- a/ppc/dsputil_altivec.h Tue Aug 21 18:24:08 2007 +0000 +++ b/ppc/dsputil_altivec.h Wed Aug 22 12:41:16 2007 +0000 @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef _DSPUTIL_ALTIVEC_ -#define _DSPUTIL_ALTIVEC_ +#ifndef DSPUTIL_ALTIVEC_H +#define DSPUTIL_ALTIVEC_H #include "dsputil_ppc.h" @@ -114,4 +114,4 @@ #endif /* HAVE_ALTIVEC */ -#endif /* _DSPUTIL_ALTIVEC_ */ +#endif /* DSPUTIL_ALTIVEC_H */ diff -r bee74f94dafe -r 35cc7c922a76 ppc/dsputil_ppc.h --- a/ppc/dsputil_ppc.h Tue Aug 21 18:24:08 2007 +0000 +++ b/ppc/dsputil_ppc.h Wed Aug 22 12:41:16 2007 +0000 @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef _DSPUTIL_PPC_ -#define _DSPUTIL_PPC_ +#ifndef DSPUTIL_PPC_H +#define DSPUTIL_PPC_H #ifdef CONFIG_POWERPC_PERF void powerpc_display_perf_report(void); @@ -152,4 +152,4 @@ #define POWERPC_PERF_STOP_COUNT(a, cond) do {} while (0) #endif /* CONFIG_POWERPC_PERF */ -#endif /* _DSPUTIL_PPC_ */ +#endif /* DSPUTIL_PPC_H */ diff -r bee74f94dafe -r 35cc7c922a76 ppc/gcc_fixes.h --- a/ppc/gcc_fixes.h Tue Aug 21 18:24:08 2007 +0000 +++ b/ppc/gcc_fixes.h Wed Aug 22 12:41:16 2007 +0000 @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef _GCC_FIXES_ -#define _GCC_FIXES_ +#ifndef GCC_FIXES_H +#define GCC_FIXES_H #ifdef HAVE_ALTIVEC_H #include @@ -116,4 +116,4 @@ #define const_vector vector #endif -#endif /* _GCC_FIXES_ */ +#endif /* GCC_FIXES_H */