diff options
Diffstat (limited to 'mathoms.c')
-rw-r--r-- | mathoms.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -995,6 +995,11 @@ PP(pp_semop) return pp_shmwrite(); } +PP(pp_dor) +{ + return pp_dor(); +} + U8 * Perl_uvuni_to_utf8(pTHX_ U8 *d, UV uv) { |