summaryrefslogtreecommitdiff
path: root/kern/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/ast.h')
-rw-r--r--kern/ast.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kern/ast.h b/kern/ast.h
index a7b8586..14a5535 100644
--- a/kern/ast.h
+++ b/kern/ast.h
@@ -78,12 +78,12 @@ extern volatile ast_t need_ast[NCPUS];
/*
* machine/ast.h is responsible for defining aston and astoff.
*/
-#else MACHINE_AST
+#else /* MACHINE_AST */
#define aston(mycpu)
#define astoff(mycpu)
-#endif MACHINE_AST
+#endif /* MACHINE_AST */
extern void ast_taken();
@@ -129,4 +129,4 @@ MACRO_END
* be followed by ast_propagate().
*/
-#endif _KERN_AST_H_
+#endif /* _KERN_AST_H_ */