Make length_of_subexp static
[deliverable/binutils-gdb.git] / gdb / parse.c
index 9f89b1e9e7f45f7972ead9f9bd5c1d551483bc4d..e6f6805bfa10fbe2dd2371c80ace86818cb3ef4e 100644 (file)
@@ -827,7 +827,7 @@ prefixify_expression (struct expression *expr)
 /* Return the number of exp_elements in the postfix subexpression 
    of EXPR whose operator is at index ENDPOS - 1 in EXPR.  */
 
-int
+static int
 length_of_subexp (struct expression *expr, int endpos)
 {
   int oplen, args;
This page took 0.059315 seconds and 4 git commands to generate.