diff options
author | Rene Ladan <rene@FreeBSD.org> | 2010-12-31 17:49:30 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2010-12-31 17:49:30 +0000 |
commit | 97edbbeb02dcbbb0fdb39de8124cfe19375fdfa4 (patch) | |
tree | f2c7aa6375eda0caa178b0ec0cfff8e8691f77dc /java/tya/files/patch-tyaruntime.c | |
parent | Clean up after "rmport -a": (diff) |
Also garbage collect this port, 'rmport -a' looks for portname and not
for category/portname. Previous note was a false alarm.
2010-12-30 java/tya: looks like abandonware and does not compile wth gcc4.2
Notes
Notes:
svn path=/head/; revision=267235
Diffstat (limited to 'java/tya/files/patch-tyaruntime.c')
-rw-r--r-- | java/tya/files/patch-tyaruntime.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/java/tya/files/patch-tyaruntime.c b/java/tya/files/patch-tyaruntime.c deleted file mode 100644 index 1a8e4071de90..000000000000 --- a/java/tya/files/patch-tyaruntime.c +++ /dev/null @@ -1,13 +0,0 @@ ---- ./tyaruntime.c.orig Tue Oct 28 00:35:00 2003 -+++ ./tyaruntime.c Tue Oct 28 00:35:15 2003 -@@ -126,8 +126,8 @@ - { - FASTINVPREPARE(); - } --#endif USEASM --#endif TRY_FAST_INVOKE -+#endif /* USEASM */ -+#endif /* TRY_FAST_INVOKE */ - - - //--------------------------------------------------------------------------------- |