Package: libccscript
Severity: normal
Tags: patch
libccscript fails to compile under gcc-3.4/gcc-4.0.
The following patch allows libccscript to compile under gcc-3.4:
--- src/script.h.orig 2005-07-11 23:19:04.000000000 -0700
+++ src/script.h 2005-07-11 23:19:16.000000000 -0700
@@ -549,6 +549,7 @@
*/
virtual unsigned long getTrapMask(const char *trapname);
+public:
/**
* Default compiler syntax to accept any syntax.
*/
@@ -606,6 +607,7 @@
*/
char *chkHasArgs(Line *line, ScriptImage *img);
+protected:
/**
* Load a set of keywords into the system keyword table. This
* provides a convenient method of initializing and adding to
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-perfctr-2.6.13-bmc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]