Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127605
Collapse All | Expand All

(-)ksudoku-0.3.orig/src/ArcBall.h (+1 lines)
Lines 26-31 Link Here
26
#ifdef _DEBUG
26
#ifdef _DEBUG
27
# include "assert.h"
27
# include "assert.h"
28
#else
28
#else
29
# undef assert
29
# define assert(x) { }
30
# define assert(x) { }
30
#endif
31
#endif
31
32

Return to bug 127605