diff bswap.h @ 353:05c01c4c1ca9 libavutil

Remove leading underscores from specifiers, they are reserved.
author diego
date Mon, 02 Jul 2007 17:00:04 +0000
parents f21d1907d47c
children d0f3bb6e367e
line wrap: on
line diff
--- a/bswap.h	Mon Jul 02 10:13:19 2007 +0000
+++ b/bswap.h	Mon Jul 02 17:00:04 2007 +0000
@@ -23,8 +23,8 @@
  * byte swap.
  */
 
-#ifndef __BSWAP_H__
-#define __BSWAP_H__
+#ifndef BSWAP_H
+#define BSWAP_H
 
 #include <stdint.h>
 #include "common.h"
@@ -138,4 +138,4 @@
 #define le2me_64(x) (x)
 #endif
 
-#endif /* __BSWAP_H__ */
+#endif /* BSWAP_H */