# HG changeset patch # User diego # Date 1283961740 0 # Node ID c707911013ad4b9f3565e8f3c7a72621944bb716 # Parent c4be22c976b67c35a1f4837365872e89d6cef6e9 Use filename as pattern for multiple inclusion guards. diff -r c4be22c976b6 -r c707911013ad aac_tablegen_decl.h --- a/aac_tablegen_decl.h Wed Sep 08 15:34:13 2010 +0000 +++ b/aac_tablegen_decl.h Wed Sep 08 16:02:20 2010 +0000 @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef AAC_TABLEGEN_INIT_H -#define AAC_TABLEGEN_INIT_H +#ifndef AAC_TABLEGEN_DECL_H +#define AAC_TABLEGEN_DECL_H #if CONFIG_HARDCODED_TABLES #define ff_aac_tableinit() @@ -31,4 +31,4 @@ extern float ff_aac_pow2sf_tab[428]; #endif /* CONFIG_HARDCODED_TABLES */ -#endif /* AAC_TABLEGEN_INIT_H */ +#endif /* AAC_TABLEGEN_DECL_H */