diff ppc/gcc_fixes.h @ 5567:35cc7c922a76 libavcodec

Identifiers starting with underscores are reserved.
author diego
date Wed, 22 Aug 2007 12:41:16 +0000
parents c8c591fe26f8
children 204273dd0349
line wrap: on
line diff
--- 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 <altivec.h>
@@ -116,4 +116,4 @@
 #define const_vector vector
 #endif
 
-#endif /* _GCC_FIXES_ */
+#endif /* GCC_FIXES_H */