CVSROOT:        /cvs
Module name:    ports
Changes by:     [EMAIL PROTECTED]       2008/07/08 14:42:24

Modified files:
        x11/kde4/edu   : Makefile 
        x11/kde4/edu/patches: patch-kmplot_kmplot_parser_cpp 

Log message:
this patch was never right, because '#define tgamma gamma' would
define tgamma that'd compute natural logarithm of gamma function,
and not gamma function itself, therefore completely different values

e.g. parser 4! yields 3.178054 which is obviously wrong

though on vax this patch used to be right.  :-)

tested by, and ok sthen@

Reply via email to