nesC currently complains if you say void f(void) { ... } in a module or interface, requiring you to use (). I'm tempted to do away with this irregularity with C, and allow both () and (void). Thoughts? Objections? David