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 2011/10/26 20:01:03 UTC

[lucy-commits] svn commit: r1189348 - /incubator/lucy/branches/clownfish_lemon/core/Lucy/Util/ProcessID.cfh

Author: marvin
Date: Wed Oct 26 18:01:02 2011
New Revision: 1189348

URL: http://svn.apache.org/viewvc?rev=1189348&view=rev
Log:
Change function signature from (void) to ().

The new parser does not support (void) and it doesn't seem like a good idea to
add it.

Modified:
    incubator/lucy/branches/clownfish_lemon/core/Lucy/Util/ProcessID.cfh

Modified: incubator/lucy/branches/clownfish_lemon/core/Lucy/Util/ProcessID.cfh
URL: http://svn.apache.org/viewvc/incubator/lucy/branches/clownfish_lemon/core/Lucy/Util/ProcessID.cfh?rev=1189348&r1=1189347&r2=1189348&view=diff
==============================================================================
--- incubator/lucy/branches/clownfish_lemon/core/Lucy/Util/ProcessID.cfh (original)
+++ incubator/lucy/branches/clownfish_lemon/core/Lucy/Util/ProcessID.cfh Wed Oct 26 18:01:02 2011
@@ -23,7 +23,7 @@ inert class Lucy::Util::ProcessID cnick 
     /** Return the ID for the current process.
      */
     inert int
-    getpid(void);
+    getpid();
 
     /** Return true if the supplied process ID is associated with an active
      * process.