tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] RE :Re: VLA implementation


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] RE :Re: VLA implementation
Date: Thu, 12 Nov 2015 12:37:24 +0300

> You'll probably first have to insert a return at the start of
tcc_normalize_inc_dirs to prevent the errors caused by that buggy
function from confusing things.

-        for (j=0; i < num_sysinc; i++) {
+        for (j=0; j < num_sysinc; j++) {

But your implementation looks better :-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]