diff options
-rw-r--r-- | i386/i386/pic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/pic.h b/i386/i386/pic.h index 52f6ec1..80bf65d 100644 --- a/i386/i386/pic.h +++ b/i386/i386/pic.h @@ -183,6 +183,6 @@ extern int curr_pic_mask; extern int pic_mask[]; extern void prtnull(int unit); extern void intnull(int unit); -#endif +#endif /* __ASSEMBLER__ */ #endif /* _I386_PIC_H_ */ |