summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-13 22:21:28 +0000
committerobrien <obrien@FreeBSD.org>2002-04-13 22:21:28 +0000
commit06161d018320934ee673a001996717662fca9416 (patch)
treed858fa595ae7f965c02629707d7f3d21e2fe54e8
parent58a5019a88325a34356ee72b7d690511824edaf1 (diff)
downloadFreeBSD-src-06161d018320934ee673a001996717662fca9416.zip
FreeBSD-src-06161d018320934ee673a001996717662fca9416.tar.gz
Quiet GCC 3.1 warning.
-rw-r--r--sys/alpha/alpha/db_instruction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/db_instruction.h b/sys/alpha/alpha/db_instruction.h
index 19133d2..5c3b9bc 100644
--- a/sys/alpha/alpha/db_instruction.h
+++ b/sys/alpha/alpha/db_instruction.h
@@ -172,7 +172,7 @@ typedef union {
} alpha_instruction;
-#endif !defined(ASSEMBLER)
+#endif /* !defined(ASSEMBLER) */
/*
*
OpenPOWER on IntegriCloud