summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2001-10-26 13:39:52 +0000
committerGurusamy Sarathy <gsar@cpan.org>2001-10-26 13:39:52 +0000
commitafe91769f1a2513f3f8e083f7a961e991b902dc5 (patch)
treed72253c362ba6f002dfccbdb15f28b0cd651f9fa /win32
parentca6c63e1e9622808fb1119b6b9d65061b2f2fbf3 (diff)
downloadperl-afe91769f1a2513f3f8e083f7a961e991b902dc5.tar.gz
avoid compiler warning
p4raw-id: //depot/perl@12686
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c
index 115a66cac7..97f8b4f09f 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -1866,8 +1866,8 @@ win32_alarm(unsigned int sec)
timerid=0;
}
}
- return 0;
#endif /* !PERL_IMPLICIT_CONTEXT */
+ return 0;
}
#ifdef HAVE_DES_FCRYPT