summaryrefslogtreecommitdiff
path: root/lang/nqc
diff options
context:
space:
mode:
authorJohn Hay <jhay@FreeBSD.org>2004-08-17 11:59:28 +0000
committerJohn Hay <jhay@FreeBSD.org>2004-08-17 11:59:28 +0000
commitd8acc8f47aee1069ffb15b0124aae26d63f66dbc (patch)
treec3ee80cd04dbdb72b01d5db363064a7a6ab34688 /lang/nqc
parentFix build with gcc 3.4 (diff)
Make nqc compile with gcc 3.4.2.
Notes
Notes: svn path=/head/; revision=116509
Diffstat (limited to 'lang/nqc')
-rw-r--r--lang/nqc/files/patch-RCX_Image.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/nqc/files/patch-RCX_Image.h b/lang/nqc/files/patch-RCX_Image.h
new file mode 100644
index 000000000000..1f3c1b74ae23
--- /dev/null
+++ b/lang/nqc/files/patch-RCX_Image.h
@@ -0,0 +1,18 @@
+--- rcxlib/RCX_Image.h.org Sun Nov 9 06:14:23 2003
++++ rcxlib/RCX_Image.h Tue Aug 17 12:58:19 2004
+@@ -78,7 +78,6 @@
+ void Clear();
+ int GetSize() const;
+
+-private:
+ class Chunk
+ {
+ public:
+@@ -106,6 +105,7 @@
+ friend class RCX_Image;
+ };
+
++private:
+ struct Variable
+ {
+ int fIndex;