CVS commit by luis_pedro: Symmetry: if we #undef min, we should #undex max as well. M +1 -0 dscparse_adapter.h 1.15 --- kdegraphics/kghostview/dscparse_adapter.h #1.14:1.15 @@ -29,4 +29,5 @@ #include "dscparse.h" #undef min +#undef max #if defined(__GNUC__)