aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/iv/files/patch-cf
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/iv/files/patch-cf')
-rw-r--r--x11-toolkits/iv/files/patch-cf19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-toolkits/iv/files/patch-cf b/x11-toolkits/iv/files/patch-cf
new file mode 100644
index 000000000000..9edef1b34178
--- /dev/null
+++ b/x11-toolkits/iv/files/patch-cf
@@ -0,0 +1,19 @@
+--- src/bin/ibuild/ibglue.c.orig Wed Dec 29 00:01:29 1999
++++ src/bin/ibuild/ibglue.c Wed Dec 29 00:02:33 1999
+@@ -271,14 +271,14 @@
+ strcpy(VGlueClass, coreclass);
+ strcat(VGlueClass, "_VGlue");
+
+- boolean export = icomp->GetMemberNameVar()->GetExport();
++ boolean export_ = icomp->GetMemberNameVar()->GetExport();
+ const char* classname = icomp->GetClassNameVar()->GetName();
+ if (icomp->GetClassNameVar()->IsSubclass()) {
+ BeginInstantiate(out);
+ out << "(";
+
+ } else {
+- if (export && !_emitMain) {
++ if (export_ && !_emitMain) {
+ out << " " << mname << " = new ";
+ } else {
+ out << " " << classname << "* ";