diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-10-27 18:56:27 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-10-27 18:56:27 +0000 |
commit | fe2875bc66dee59bdfde37f362e1de8bddfe2237 (patch) | |
tree | 5e5be9feead48e02d4462cdc855af81f2a82fd94 /java/tya/files/patch-tyaruntime.c | |
parent | Portlint (remove extra blank line) (diff) |
Update to 1.8.
Fix build on -CURRENT.
Utilize DOCSDIR, obey NOPORTDOCS.
Notes
Notes:
svn path=/head/; revision=92339
Diffstat (limited to 'java/tya/files/patch-tyaruntime.c')
-rw-r--r-- | java/tya/files/patch-tyaruntime.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/tya/files/patch-tyaruntime.c b/java/tya/files/patch-tyaruntime.c new file mode 100644 index 000000000000..1a8e4071de90 --- /dev/null +++ b/java/tya/files/patch-tyaruntime.c @@ -0,0 +1,13 @@ +--- ./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 */ + + + //--------------------------------------------------------------------------------- |