On Fri, Oct 29, 2010 at 03:23:52AM +0200, Uwe Stöhr wrote: > Thanks, I used this for the fix: http://www.lyx.org/trac/changeset/35894 > > One last question: How do I explicitly specify that the "0" in my > patch is a pointer?
0 (and any integral constant expression that evaluates to zero such as '(4 - 2 * 2)' for that matter) is a "null pointer constant", that can be converted to (a "null pointer value" of) any pointer type. Andre'