You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2010/03/19 22:42:10 UTC

svn commit: r925443 - /lucene/lucy/trunk/core/Lucy/Store/OutStream.bp

Author: marvin
Date: Fri Mar 19 21:42:10 2010
New Revision: 925443

URL: http://svn.apache.org/viewvc?rev=925443&view=rev
Log:
Sync method signature with .c file (was failing to make under 5.8.9 on OSX
10.6).  Patch contributed by Peter Karman.

Modified:
    lucene/lucy/trunk/core/Lucy/Store/OutStream.bp

Modified: lucene/lucy/trunk/core/Lucy/Store/OutStream.bp
URL: http://svn.apache.org/viewvc/lucene/lucy/trunk/core/Lucy/Store/OutStream.bp?rev=925443&r1=925442&r2=925443&view=diff
==============================================================================
--- lucene/lucy/trunk/core/Lucy/Store/OutStream.bp (original)
+++ lucene/lucy/trunk/core/Lucy/Store/OutStream.bp Fri Mar 19 21:42:10 2010
@@ -42,7 +42,7 @@ class Lucy::Store::OutStream extends Luc
      *
      * @return the new file position.
      */
-    final i64_t
+    final int64_t
     Align(OutStream *self, int64_t modulus);
 
     /** Flush output buffer to target FileHandle.