diff options
author | Father Chrysostomos <sprout@cpan.org> | 2016-08-18 22:23:45 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2016-08-18 22:28:46 -0700 |
commit | 71fff7cb10b725e79df67426713d410d321f773b (patch) | |
tree | d644a81e78f7f4b82588746c865a75b134a1a40a /toke.c | |
parent | 3218e2237b0e2ac0e334fa1f98624a63a02bf9a4 (diff) | |
download | perl-71fff7cb10b725e79df67426713d410d321f773b.tar.gz |
toke.c: Note retval of S_skipspace
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |