prettyness police
[unix-history] / usr / src / bin / test / operators.c
index 7adb8c0..e2ae17c 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)operators.c        8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)operators.c        8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -17,7 +17,7 @@ static char sccsid[] = "@(#)operators.c       8.1 (Berkeley) %G%";
 
 #include "operators.h"
 
 
 #include "operators.h"
 
-char *const unary_op[] = {
+const char *const unary_op[] = {
       "!",
       "-b",
       "-c",
       "!",
       "-b",
       "-c",
@@ -39,7 +39,7 @@ char *const unary_op[] = {
       NULL
 };
 
       NULL
 };
 
-char *const binary_op[] = {
+const char *const binary_op[] = {
       "-o",
       "|",
       "-a",
       "-o",
       "|",
       "-a",