summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-05-17 22:37:20 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-05-17 22:37:20 +0000
commit3c78fafa1650432985234f9821e053d8f64c6224 (patch)
tree89a1d4674609fc0f94f96d80171f80318435c725 /XSUB.h
parenta216c6457aac819cebe41e876f67540ee6db1e22 (diff)
downloadperl-3c78fafa1650432985234f9821e053d8f64c6224.tar.gz
[win32] sundry whitespace cleanups from maintbranch
p4raw-id: //depot/win32/perl@1008
Diffstat (limited to 'XSUB.h')
-rw-r--r--XSUB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/XSUB.h b/XSUB.h
index 6f9151be18..6c6c76e141 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -7,7 +7,7 @@
#endif
#define dXSARGS \
- dSP; dMARK; \
+ dSP; dMARK; \
I32 ax = mark - stack_base + 1; \
I32 items = sp - mark