From 87d5a055051838d9e80624f547e0a11b877daec2 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 19 Jun 2021 06:55:30 +0200 Subject: pyGHDL: use LocationType instead of Location_Type --- pyGHDL/libghdl/_types.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyGHDL/libghdl/_types.py') diff --git a/pyGHDL/libghdl/_types.py b/pyGHDL/libghdl/_types.py index 936060f57..ff8743e60 100644 --- a/pyGHDL/libghdl/_types.py +++ b/pyGHDL/libghdl/_types.py @@ -77,8 +77,7 @@ TimeStampId = TypeVar("TimeStampId", bound=c_uint32) SourceFileEntry = TypeVar("SourceFileEntry", bound=c_uint32) SourcePtr = TypeVar("SourcePtr", bound=c_int32) -Location_Type = TypeVar("Location_Type", bound=c_uint32) -LocationType = Location_Type +LocationType = TypeVar("LocationType", bound=c_uint32) Iir = TypeVar("Iir", bound=int) IirKind = TypeVar("IirKind", bound=c_int32) -- cgit v1.2.3