mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-06-28 17:43:24 -04:00
minor update
This commit is contained in:
parent
79fd92a1b4
commit
3b7da61245
5 changed files with 12 additions and 24 deletions
|
@ -240,7 +240,7 @@ def expand_text(text, params):
|
|||
iter = 0
|
||||
|
||||
while True:
|
||||
if iter > 99:
|
||||
if iter > 65536:
|
||||
raise Exception("Macro recursion!")
|
||||
has_func = False
|
||||
while True:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue