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

(-)include/paragui.h.old (+7 lines)
Lines 65-70 Link Here
65
#include "paraconfig_gnu.h"
65
#include "paraconfig_gnu.h"
66
#endif
66
#endif
67
67
68
#if PG_VERSIONNUM(__GNUC__, __GNUC_MINOR__, 0) >= PG_VERSIONNUM(4, 3, 0)
69
#undef HAVE_HASH_MAP
70
#ifndef HAVE_EXT_HASH_MAP
71
#define HAVE_EXT_HASH_MAP
72
#endif
73
#endif
74
68
//
75
//
69
// STL map / hash_map
76
// STL map / hash_map
70
//
77
//
(-)src/core/pgfilearchive.cpp.old (-1 / +1 lines)
Lines 100-106 Link Here
100
	const char* sep = GetDirSeparator();
101
	const char* sep = GetDirSeparator();
101
	std::string::size_type pos = 0, incr;
102
	std::string::size_type pos = 0, incr;
102
	newpath = new std::string(path);
103
	newpath = new std::string(path);
103
	incr = std::strlen(sep);
104
	incr = strlen(sep);
104
	if(incr == 1 && sep[0] == '/')
105
	if(incr == 1 && sep[0] == '/')
105
		return newpath;
106
		return newpath;
106
107

Return to bug 229961