aboutsummaryrefslogtreecommitdiff
path: root/japanese/iv/files/patch-cg
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/iv/files/patch-cg')
-rw-r--r--japanese/iv/files/patch-cg18
1 files changed, 0 insertions, 18 deletions
diff --git a/japanese/iv/files/patch-cg b/japanese/iv/files/patch-cg
deleted file mode 100644
index c110775fe8fd..000000000000
--- a/japanese/iv/files/patch-cg
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/bin/ibuild/ibpanelctrl.c.org Wed Nov 11 03:16:39 1992
-+++ src/bin/ibuild/ibpanelctrl.c Wed Jan 5 22:46:29 2000
-@@ -871,13 +871,13 @@
- } else if (_emitBSInits) {
- ButtonStateVar* bsVar = pcComp->GetButtonStateVar();
- const char* name = bsVar->GetName();
-- boolean export = bsVar->GetExport();
-+ boolean getexport = bsVar->GetExport();
- const char* subclass = bsVar->GetSubclassName();
-
- if (!_bsinitslist->Search(name)) {
- _bsinitslist->Append(name);
-
-- if (export && !_emitMain) {
-+ if (getexport && !_emitMain) {
- out << " " << name;
-
- } else {