Updates for new version of the MakeHeader.py script.

This commit is contained in:
Hisham Muhammad
2006-06-06 20:41:01 +00:00
parent b95993fa22
commit 2f1f82ee87
25 changed files with 69 additions and 145 deletions

View File

@ -29,8 +29,7 @@ struct Object_ {
};
}*/
/* private property */
char* OBJECT_CLASS = "Object";
static char* OBJECT_CLASS = "Object";
void Object_new() {
Object* this;