pike.git/
src/
modules/
Wnotify/
wnotify.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2012-08-03
2012-08-03 00:47:00 by Bill Welliver <bill@welliver.org>
71f9cf613a766e54c5f1fda381d8743aa3ef579d (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
System.Wnotify: clean up a warning or two.
104:
PIKEFUN void read_change() {
+
/*
BOOL res;
-
+
*/
if(!THIS->triggered) { Pike_error("NotificationHandle.read_change(): no change event triggered.\n");
142:
PIKEFUN void add_handle(object handle) { void * h;
-
int s,
i,
n;
+
int s, n;
struct array * ph; HANDLE nh; HANDLE * handles;