From 320a18c681edd29d8f58bd7f3109ae6ee1faffca Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 13 Nov 2019 19:47:50 +0100 Subject: synth: renames Is_Const to Is_Static. --- src/synth/synth-expr.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/synth/synth-expr.ads') diff --git a/src/synth/synth-expr.ads b/src/synth/synth-expr.ads index 0fc4eb697..50f85cbbc 100644 --- a/src/synth/synth-expr.ads +++ b/src/synth/synth-expr.ads @@ -36,7 +36,7 @@ package Synth.Expr is Loc : Source.Syn_Src) return Value_Acc; - function Get_Const_Discrete (V : Value_Acc) return Int64; + function Get_Static_Discrete (V : Value_Acc) return Int64; -- Return the bounds of a one dimensional array/vector type and the -- width of the element. -- cgit v1.2.3