From: Hans-Bernhard B. <br...@ph...> - 2004-07-06 11:48:31
|
On Mon, 5 Jul 2004, Daniel J Sebald wrote: > I tried a hack test to not cast from unsigned int (variable defined) to > float (PDF_xxx() argument), but rather treat it as signed. I'm a bit uneasy about that change, as described, but that may be because the description has been a bit vague. Please note you may absolutely *not* change the signatures of the terminal API entry point functions from unsigned int to int. That would cause undefined behaviour. What you do at the interface layer between pdf.trm and libpdf doesn't matter, as long as it improves things, but the interface between pdf.trm and the rest of gnuplot should be considered cast in stone. Could you please mail me (or the list) that patch for inspection? -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |