2000-01-25 02:35:00 +00:00
|
|
|
--- src/bin/ibuild/ibglue.c.org Sat Apr 25 05:14:55 1992
|
|
|
|
+++ src/bin/ibuild/ibglue.c Sun Jan 23 20:17:10 2000
|
|
|
|
@@ -271,14 +271,14 @@
|
|
|
|
strcpy(VGlueClass, coreclass);
|
|
|
|
strcat(VGlueClass, "_VGlue");
|
|
|
|
|
|
|
|
- boolean export = icomp->GetMemberNameVar()->GetExport();
|
|
|
|
+ boolean exportval = icomp->GetMemberNameVar()->GetExport();
|
|
|
|
const char* classname = icomp->GetClassNameVar()->GetName();
|
|
|
|
if (icomp->GetClassNameVar()->IsSubclass()) {
|
|
|
|
BeginInstantiate(out);
|
|
|
|
out << "(";
|
1999-12-29 07:47:39 +00:00
|
|
|
|
2000-01-25 02:35:00 +00:00
|
|
|
} else {
|
|
|
|
- if (export && !_emitMain) {
|
|
|
|
+ if (exportval && !_emitMain) {
|
|
|
|
out << " " << mname << " = new ";
|
|
|
|
} else {
|
|
|
|
out << " " << classname << "* ";
|