]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_utils.C
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / math_utils.C
index 3852d6fe5f943349d24ceedcf0fb912998bdafdd..14e43528feb8d05e88693d3e438fbaa99a44c3d8 100644 (file)
@@ -25,6 +25,8 @@ struct binary_op_pair {
        short isrel;
 };
 
+
+static
 binary_op_pair binary_op_table[] = {
       { LM_leq, LMB_RELATION }, { LM_geq, LMB_RELATION }, 
       { LM_equiv, LMB_RELATION }, { LM_models, LMB_RELATION },