From 439902e0d68a0f0d800c21b5e6b598d5fa0c51da Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 25 Oct 2012 16:49:26 +0200 Subject: Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/ Also fix a comment and an #endif comment. --- compat/aix/math.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'compat/aix') diff --git a/compat/aix/math.h b/compat/aix/math.h index 7c8134c8f5..caa181709d 100644 --- a/compat/aix/math.h +++ b/compat/aix/math.h @@ -1,9 +1,8 @@ -/* - * Workaround aix-specific class() function clashing with libav class usage - */ +/* Work around the class() function in AIX math.h clashing with identifiers + * named "class". */ -#ifndef COMPAT_AIX_MATH_H -#define COMPAT_AIX_MATH_H +#ifndef LIBAV_COMPAT_AIX_MATH_H +#define LIBAV_COMPAT_AIX_MATH_H #define class class_in_math_h_causes_problems @@ -11,4 +10,4 @@ #undef class -#endif /* COMPAT_AIX_MATH_H */ +#endif /* LIBAV_COMPAT_AIX_MATH_H */ -- cgit v1.2.3