aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/_types.py
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-06-19 06:55:30 +0200
committerTristan Gingold <tgingold@free.fr>2021-06-19 06:55:30 +0200
commit87d5a055051838d9e80624f547e0a11b877daec2 (patch)
treea681875de3ded1c8c37d3043942bb15aded3d84d /pyGHDL/libghdl/_types.py
parenta219d4ce25c38a308a8db518c8562f0348452bd7 (diff)
downloadghdl-87d5a055051838d9e80624f547e0a11b877daec2.tar.gz
ghdl-87d5a055051838d9e80624f547e0a11b877daec2.tar.bz2
ghdl-87d5a055051838d9e80624f547e0a11b877daec2.zip
pyGHDL: use LocationType instead of Location_Type
Diffstat (limited to 'pyGHDL/libghdl/_types.py')
-rw-r--r--pyGHDL/libghdl/_types.py3
1 files changed, 1 insertions, 2 deletions
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)