8063f8ee22
regen other patches with new diff.
15 lines
556 B
Plaintext
15 lines
556 B
Plaintext
$OpenBSD: patch-Source_cmSystemTools_h,v 1.2 2007/03/20 11:23:10 espie Exp $
|
|
--- Source/cmSystemTools.h.orig Wed Jan 10 18:59:13 2007
|
|
+++ Source/cmSystemTools.h Sun Mar 18 13:52:03 2007
|
|
@@ -65,6 +65,10 @@ class cmSystemTools: public cmsys::SystemTools (public
|
|
*/
|
|
static std::string RemoveEscapes(const char*);
|
|
|
|
+ /**
|
|
+ * Make a string copy using new.
|
|
+ */
|
|
+ static char*dupstring(const char*);
|
|
typedef void (*ErrorCallback)(const char*, const char*, bool&, void*);
|
|
/**
|
|
* Set the function used by GUI's to display error messages
|