Changeset: c2aa8cdf246a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c2aa8cdf246a
Modified Files:
        sql/backends/monet5/datacell/actuator.c
Branch: Aug2011
Log Message:

(re-)fixed datacell compilations in Aug2011 branch,
i.e., where is actually has been broken by changeset 43d041961376

REMINDER:

PLEASE use `hg diff` to double-check your changes
*before* checking them in.

PLEASE be very careful when resolving conflicts with
merging heads --- or BETTER: avoid the need to merge
heads by keeping your clone up-to-date (pull before
commit), or use `hg rebase`.

IN ANY CASE: In case of ANY DOUBT, PLEASE ask for help!


diffs (14 lines):

diff --git a/sql/backends/monet5/datacell/actuator.c 
b/sql/backends/monet5/datacell/actuator.c
--- a/sql/backends/monet5/datacell/actuator.c
+++ b/sql/backends/monet5/datacell/actuator.c
@@ -102,8 +102,8 @@
 
 The code is relatively straightforward to extend to create your favoured dummy 
sensor.
 */
-void
-usage()
+static void
+usage(void)
 {
        mnstr_printf(ACout, "The actuator tool can be used to catch an event 
sequence \n");
        mnstr_printf(ACout, "from the emitter port. Data is in ascii .\n");
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to