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

(-)ncl-2.0/src/charactersblock.cpp.orig (+2 lines)
Lines 1-3 Link Here
1
2
#include <cstring>
1
#include "nexusdefs.h"
3
#include "nexusdefs.h"
2
#include "xnexus.h"
4
#include "xnexus.h"
3
#include "nexustoken.h"
5
#include "nexustoken.h"
(-)ncl-2.0/src/nexus.cpp.orig (+2 lines)
Lines 1-3 Link Here
1
2
#include <cstring>
1
#include "nexusdefs.h"
3
#include "nexusdefs.h"
2
#include "xnexus.h"
4
#include "xnexus.h"
3
#include "nexustoken.h"
5
#include "nexustoken.h"
(-)ncl-2.0/src/nexustoken.cpp.orig (+2 lines)
Lines 1-3 Link Here
1
2
#include <cstring>
1
#include "nexusdefs.h"
3
#include "nexusdefs.h"
2
#include "xnexus.h"
4
#include "xnexus.h"
3
#include "nexustoken.h"
5
#include "nexustoken.h"
(-)ncl-2.0/src/nxsstring.cpp.orig (+3 lines)
Lines 1-3 Link Here
1
2
#include <cstring>
3
1
#ifdef __BORLANDC__
4
#ifdef __BORLANDC__
2
	// Undefine __MINMAX_DEFINED so that min and max are correctly defined
5
	// Undefine __MINMAX_DEFINED so that min and max are correctly defined
3
	#ifdef __MINMAX_DEFINED
6
	#ifdef __MINMAX_DEFINED
(-)TreeLib/Parse.cpp.orig (-1 / +3 lines)
Lines 20-26 Link Here
20
 */
20
 */
21
21
22
 // $Id: Parse.cpp,v 1.9 2002/02/23 12:22:32 rdmp1c Exp $
22
 // $Id: Parse.cpp,v 1.9 2002/02/23 12:22:32 rdmp1c Exp $
23
 
23
24
25
#include <cstring> 
24
#include <ctype.h>
26
#include <ctype.h>
25
#include "Parse.h"
27
#include "Parse.h"
26
28
(-)TreeLib/TreeLib.cpp.orig (+2 lines)
Lines 24-29 Link Here
24
#include "TreeLib.h"
24
#include "TreeLib.h"
25
#include "Parse.h"
25
#include "Parse.h"
26
26
27
28
#include <cstdlib>
27
#include <vector>
29
#include <vector>
28
30
29
31
(-)TreeLib/treereader.cpp.orig (+2 lines)
Lines 21-26 Link Here
21
 
21
 
22
 // $Id: treereader.cpp,v 1.5 2003/09/10 12:58:16 rdmp1c Exp $
22
 // $Id: treereader.cpp,v 1.5 2003/09/10 12:58:16 rdmp1c Exp $
23
23
24
#include <cstring>
25
#include <cstdlib>
24
#include "treereader.h"
26
#include "treereader.h"
25
27
26
#if __MWERKS__
28
#if __MWERKS__

Return to bug 227245