It was thus said that the Great grischka once stated: > Sean Conner wrote: > >>Still no. It returns (error ? -1 : ptr == NULL ? size : 0); > > > > Isn't that what I said? "returns the number of bytes iff [1] ptr is > > NULL; > >othersise it returns 0 on success and -1 on an error." Where in there did > >I > >go wrong? > > I don't know. Either you don't understand my C or you don't understand > your English.
I see my mistake---I forgot a "not" between "ptr" and "NULL". Okay, now that we've proven that I need glasses, can we get back to the topic at hand, which is "make tcc_relocate_ex() public". Why the relunctance, when two other people have expressed interest in this change (David Mertens and Michael Matz)? -spc _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
