diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-10 11:20:02 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-10 11:20:02 (GMT) |
| commit | 6065eb2868a1672cbc4285c8117db7cb451f239e (patch) | |
| tree | a0f9e2fa9d54dbe1dfc0f08cbadc861e8cfa176f /macosx/tclMacOSXFCmd.c | |
| parent | 50f633ff289fe9ff3f3c37defa42209ecd4e24ea (diff) | |
| download | tcl-6065eb2868a1672cbc4285c8117db7cb451f239e.zip tcl-6065eb2868a1672cbc4285c8117db7cb451f239e.tar.gz tcl-6065eb2868a1672cbc4285c8117db7cb451f239e.tar.bz2 | |
Forgot one TCL_OBJTYPE_V0
Diffstat (limited to 'macosx/tclMacOSXFCmd.c')
| -rw-r--r-- | macosx/tclMacOSXFCmd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/tclMacOSXFCmd.c b/macosx/tclMacOSXFCmd.c index 020288f..71b98b5 100644 --- a/macosx/tclMacOSXFCmd.c +++ b/macosx/tclMacOSXFCmd.c @@ -88,7 +88,8 @@ static const Tcl_ObjType tclOSTypeType = { NULL, /* freeIntRepProc */ NULL, /* dupIntRepProc */ UpdateStringOfOSType, /* updateStringProc */ - SetOSTypeFromAny /* setFromAnyProc */ + SetOSTypeFromAny, /* setFromAnyProc */ + TCL_OBJTYPE_V0 }; enum { |
