Constness and global namespace patrol.
[pspp-builds.git] / src / language / expressions / private.h
index 3fa108d5a4bd93007772d47500ab76ce7a9beea5..a47c22166cc73606505f0685407a78403db49063 100644 (file)
@@ -78,7 +78,7 @@ struct operation
     int array_granularity;
   };
 
-extern struct operation operations[];
+extern const struct operation operations[];
 
 /* Tree structured expressions. */