aboutsummaryrefslogtreecommitdiff
path: root/bin/expr/expr.y
diff options
context:
space:
mode:
Diffstat (limited to 'bin/expr/expr.y')
-rw-r--r--bin/expr/expr.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/expr/expr.y b/bin/expr/expr.y
index 74a33033d222..787cd85dfbbc 100644
--- a/bin/expr/expr.y
+++ b/bin/expr/expr.y
@@ -1,5 +1,6 @@
%{
-/* Written by Pace Willisson (pace@blitz.com)
+/*-
+ * Written by Pace Willisson (pace@blitz.com)
* and placed in the public domain.
*
* Largely rewritten by J.T. Conklin (jtc@wimsey.com)