diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-01-20 10:52:07 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-01-20 10:52:07 +0000 |
commit | 5f6b0db0c16ab86d95885f1fb08d75d463cb1c19 (patch) | |
tree | be9be5877c22af3db7bb583cfdb953b91732299c /japanese/tcl80/files/patch-ab | |
parent | PR: ports/9575 (diff) |
Update to tcl8.0.4jp1.3
Notes
Notes:
svn path=/head/; revision=16199
Diffstat (limited to 'japanese/tcl80/files/patch-ab')
-rw-r--r-- | japanese/tcl80/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/japanese/tcl80/files/patch-ab b/japanese/tcl80/files/patch-ab deleted file mode 100644 index daa6ccbeb382..000000000000 --- a/japanese/tcl80/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- ../generic/tclListObj.c.ORIG Tue Dec 30 15:54:34 1997 -+++ ../generic/tclListObj.c Tue Dec 30 15:55:18 1997 -@@ -260,6 +260,8 @@ - - objPtr->internalRep.otherValuePtr = (VOID *) listRepPtr; - objPtr->typePtr = &tclListType; -+ } else { -+ objPtr->bytes = tclEmptyStringRep; - } - } - |