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


_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to