summaryrefslogtreecommitdiff
path: root/japanese/iv/files/patch-ch
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-01-11 15:52:35 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-01-11 15:52:35 +0000
commitd0094e951a8f7bd1f793e0cd66cc6ed91b034a58 (patch)
treedb5ef3978ff9d2fc60f3bf46216c152189bffdb9 /japanese/iv/files/patch-ch
parentAdd explanation of `locale warning message' to DESCR and MESSAGE. (diff)
Fix build error under 4-current and new egcs/C++ compiler.
PR: ports/16024 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
Diffstat (limited to 'japanese/iv/files/patch-ch')
-rw-r--r--japanese/iv/files/patch-ch20
1 files changed, 20 insertions, 0 deletions
diff --git a/japanese/iv/files/patch-ch b/japanese/iv/files/patch-ch
new file mode 100644
index 000000000000..891f7b89aeb6
--- /dev/null
+++ b/japanese/iv/files/patch-ch
@@ -0,0 +1,20 @@
+--- src/bin/ibuild/ibslider.c.org Tue Jun 9 04:44:50 1992
++++ src/bin/ibuild/ibslider.c Wed Jan 5 22:47:49 2000
+@@ -416,7 +416,7 @@
+ strcpy(SliderClass, coreclass);
+ strcat(SliderClass, "_Slider");
+
+- boolean export = icomp->GetMemberNameVar()->GetExport();
++ boolean getexport = icomp->GetMemberNameVar()->GetExport();
+ const char* classname = icomp->GetClassNameVar()->GetName();
+
+ int w = icomp->GetCanvasVar()->Width();
+@@ -426,7 +426,7 @@
+ BeginInstantiate(out);
+ out << "(";
+ } else {
+- if (export && !_emitMain) {
++ if (getexport && !_emitMain) {
+ out << " " << mname << " = new " << SliderClass;
+ out << "(";
+ } else {