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
commit8fd57ce7b4f46d6980519557914b749122ca793f (patch)
tree89a1d4674609fc0f94f96d80171f80318435c725 /XSUB.h
parent5ec1923a4426d4690717f8616c4813e5c4e9a8b1 (diff)
downloadperl-8fd57ce7b4f46d6980519557914b749122ca793f.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