projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(from parent 1:
28e70df
)
Restore non-DEBUGGING build on Win32, broken in 28e70dfacc
author
Steve Hay <steve.m.hay@googlemail.com>
Fri, 9 Nov 2012 15:04:35 +0000 (15:04 +0000)
committer
Steve Hay <steve.m.hay@googlemail.com>
Fri, 9 Nov 2012 15:04:35 +0000 (15:04 +0000)
win32/win32.c
patch
|
blob
|
blame
|
history
diff --git
a/win32/win32.c
b/win32/win32.c
index
4112db8
..
818a107
100644
(file)
--- a/
win32/win32.c
+++ b/
win32/win32.c
@@
-2858,7
+2858,7
@@
win32_tmpfd(void)
if (fh != INVALID_HANDLE_VALUE) {
int fd = win32_open_osfhandle((intptr_t)fh, 0);
if (fd >= 0) {
- PERL_DEB(dTHX);
+ PERL_DEB(dTHX;)
DEBUG_p(PerlIO_printf(Perl_debug_log,
"Created tmpfile=%s\n",filename));
return fd;
@@
-3350,7
+3350,7
@@
win32_chmod(const char *path, int mode)
static char *
create_command_line(char *cname, STRLEN clen, const char * const *args)
{
- PERL_DEB(dTHX);
+ PERL_DEB(dTHX;)
int index, argc;
char *cmd, *ptr;
const char *arg;