X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fuserprog%2Fexception.h;h=e37841018f6a72cb87687225dcd3f7f26280319d;hb=209f0b74c71b4eb5fed33ff4fa1271d3bc35b127;hp=37b6142e22450ff07a7669f4ead8aaaed4cd425d;hpb=6c5c6fdfe80bad40c90c19b67f00226610d59a38;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 */