From kde-commits Wed Apr 30 23:15:02 2003 From: Luis Pedro Coelho Date: Wed, 30 Apr 2003 23:15:02 +0000 To: kde-commits Subject: kdegraphics/kghostview X-MARC-Message: https://marc.info/?l=kde-commits&m=105174456232056 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__)