tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] configury (was const_wanted)


From: grischka
Subject: Re: [Tinycc-devel] configury (was const_wanted)
Date: Fri, 12 Aug 2011 21:03:22 +0200
User-agent: Thunderbird 2.0.0.24 (Windows/20100228)

Thomas Preud'homme wrote:
+            if (c == '{' && p[1] && p[2] == '}') {
+                c = p[1], p += 2;
+                if (c == 'B')
+                    cstr_cat(&str, s->tcc_lib_path);

I guess you did it this way to avoid just forbidding {b} but allowing any {x} with x ≠ b.

Not quite.  If this forbids anything then it can be only an
unwanted side effect which we hope not to happen for now.

Anyway, you saved me from more time of pickyness, as I was trying all the solution to do it without knowing which one you'd prefer. Does bikeschedshrink exist?

Absolutely.  The principle of convergence. ;)

--- grischka




reply via email to

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