1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 08:51:22 +00:00

Reset uniquenumbern when compilation restarts.

This commit is contained in:
FellippeHeitor 2019-01-12 16:59:30 -02:00
parent a2114840de
commit fb346b2164

View file

@ -1434,6 +1434,7 @@ UserDefineCount = 6
usedVariableList$ = ""
totalUnusedVariables = 0
totalWarnings = 0
uniquenumbern = 0
''create a type for storing memory blocks
''UDT