X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fuserprog%2Fexception.h;h=e37841018f6a72cb87687225dcd3f7f26280319d;hb=6916b246f3be8c72d6e77fd98c4a1447fd2c1de7;hp=37b6142e22450ff07a7669f4ead8aaaed4cd425d;hpb=859a5d60ca3a5a78d88a7bfb69f9944a41535504;p=pintos-anon diff --git a/src/userprog/exception.h b/src/userprog/exception.h index 37b6142..e378410 100644 --- a/src/userprog/exception.h +++ b/src/userprog/exception.h @@ -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 */