tag 372481 fixed-upstream patch
thanks
CCXX_MEMBER_EXPORT used to be an internal Common C++ macro for Win32 DLL
magic; Common C++ 1.4 no longer defines it. Since it was a no-op on
Unix systems, upstream simply removed it in ccscript 2.5.9. (This is
the only functional difference between 2.5.8 and 2.5.9.)
--- ccscript-2.5.8/src/script.h 2005-12-22 19:48:07.000000000 +0100
+++ ccscript-2.5.9/src/script.h 2006-05-04 06:51:20.000000000 +0200
@@ -261,7 +261,7 @@
Package(char *name);
};
public:
- CCXX_MEMBER_EXPORT(static bool) use(const char *name);
+ static bool use(const char *name);
/**
* This class holds an "active" session handler that has been created
Thanks,
Matej
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]