summaryrefslogtreecommitdiff
path: root/include/mach/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mach/error.h')
-rw-r--r--include/mach/error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mach/error.h b/include/mach/error.h
index 1aa6a84..72a2d79 100644
--- a/include/mach/error.h
+++ b/include/mach/error.h
@@ -87,9 +87,9 @@
/* Flux OS error systems */
#define err_fluke err_system(0x20) /* Fluke API */
-#ifndef ASSEMBLER
+#ifndef __ASSEMBLER__
typedef kern_return_t mach_error_t;
typedef mach_error_t (* mach_error_fn_t)();
-#endif /* ASSEMBLER */
+#endif /* __ASSEMBLER__ */
#endif /* _MACH_ERROR_H_ */