diff vidix/AsmMacros.h @ 25553:6ac1ece1f9fe

Add multiple inclusion guards to all header files that lack them.
author diego
date Tue, 01 Jan 2008 21:35:58 +0000
parents a9e111b88c4a
children a93e46adb54c
line wrap: on
line diff
--- a/vidix/AsmMacros.h	Tue Jan 01 21:20:06 2008 +0000
+++ b/vidix/AsmMacros.h	Tue Jan 01 21:35:58 2008 +0000
@@ -63,6 +63,9 @@
  *   Modified for readability by Nick Kurshev
 */
 
+#ifndef ASMMACROS_H
+#define ASMMACROS_H
+
 #if defined(__GNUC__)
 #if defined(__alpha__)
 #include "sysdep/AsmMacros_alpha.h"
@@ -115,3 +118,5 @@
 
 #endif /* _MINIX and _ACK */
 #endif /* __GNUC__ */
+
+#endif /* ASMMACROS_H */