summaryrefslogtreecommitdiff
path: root/arch/x86/machine/asm.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-04-29 22:51:58 +0200
committerRichard Braun <rbraun@sceen.net>2017-04-29 22:53:00 +0200
commitfb13a50dca9a526c6a1666fefe123b58524040ff (patch)
tree5734dbe449fab880fd3cf9bc154645cf2df53049 /arch/x86/machine/asm.h
parenta9fedfa33cdcb3a3ea7feae06220609f8f3db0e6 (diff)
Revert "Remove unneeded quotes when using #error"
This reverts commit b1aa94d0c7dba4138f651e6b081c1a0055ea8d54. New occurrences of #error are also affected by this commit.
Diffstat (limited to 'arch/x86/machine/asm.h')
-rw-r--r--arch/x86/machine/asm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/machine/asm.h b/arch/x86/machine/asm.h
index a86fa1f..6118bb8 100644
--- a/arch/x86/machine/asm.h
+++ b/arch/x86/machine/asm.h
@@ -19,7 +19,7 @@
#define _X86_ASM_H
#ifndef __ASSEMBLER__
-#error asm.h included from a C file
+#warning "asm.h included from a C file"
#endif /* __ASSEMBLER__ */
#include <machine/param.h>