diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-03-13 17:35:59 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-03-13 17:35:59 +0000 |
commit | ae0d9e91921718c695e551df9f5755561ee9964d (patch) | |
tree | 358ba9bda388a63f9a223af3ab603cb5c7301f70 /ext/List/Util | |
parent | ff1ebec3ae3704c211ef9a2572ce3adb50911b5b (diff) | |
download | perl-ae0d9e91921718c695e551df9f5755561ee9964d.tar.gz |
Forgot the ending \. Why did it still compile ?
p4raw-id: //depot/perl@27487
Diffstat (limited to 'ext/List/Util')
-rw-r--r-- | ext/List/Util/multicall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/List/Util/multicall.h b/ext/List/Util/multicall.h index fe49512696..a27e9c7748 100644 --- a/ext/List/Util/multicall.h +++ b/ext/List/Util/multicall.h @@ -160,7 +160,7 @@ multicall_pad_push(pTHX_ AV *padlist, int depth) POPSTACK; \ CATCH_SET(multicall_oldcatch); \ LEAVE; \ - SPAGAIN; + SPAGAIN; \ } STMT_END #endif |