summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-08-18 22:23:45 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-08-18 22:28:46 -0700
commit71fff7cb10b725e79df67426713d410d321f773b (patch)
treed644a81e78f7f4b82588746c865a75b134a1a40a /toke.c
parent3218e2237b0e2ac0e334fa1f98624a63a02bf9a4 (diff)
downloadperl-71fff7cb10b725e79df67426713d410d321f773b.tar.gz
toke.c: Note retval of S_skipspace
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toke.c b/toke.c
index 7f4ef0a415..cc728288ba 100644
--- a/toke.c
+++ b/toke.c
@@ -1808,6 +1808,7 @@ S_update_debugger_info(pTHX_ SV *orig_sv, const char *const buf, STRLEN len)
* S_skipspace
* Called to gobble the appropriate amount and type of whitespace.
* Skips comments as well.
+ * Returns the next character after the whitespace that is skipped.
*/
#define skipspace(s) skipspace_flags(s, 0)