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

(-)libgenome-1.3/libGenome/gnDefs.cpp.old (-4 lines)
Lines 4-11 Link Here
4
4
5
#include "libGenome/gnDefs.h"
5
#include "libGenome/gnDefs.h"
6
6
7
// some compilers don't have abs() for 64 bit ints
8
int64 abs( int64 a ){
9
	return a < 0 ? -a : a;
10
}
11
7

Return to bug 594372