Fix up header guards.
[pintos-anon] / src / userprog / exception.h
index 37b6142e22450ff07a7669f4ead8aaaed4cd425d..e37841018f6a72cb87687225dcd3f7f26280319d 100644 (file)
@@ -1,6 +1,6 @@
-#ifndef HEADER_EXCEPTION_H
-#define HEADER_EXCEPTION_H 1
+#ifndef USERPROG_EXCEPTION_H
+#define USERPROG_EXCEPTION_H
 
 void exception_init (void);
 
-#endif /* exception.h */
+#endif /* userprog/exception.h */