diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-09-01 14:45:23 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-09-01 14:45:23 +0000 |
commit | 468aa647417bbcdb0729a787fa25968401364880 (patch) | |
tree | 51e1355e9f5ac34542990153cba5fb0d298eb89d /proto.h | |
parent | e1b8f2440d42d1ef507b8ee444aca4c022615fdf (diff) | |
download | perl-468aa647417bbcdb0729a787fa25968401364880.tar.gz |
Add the "no 6" / "no v6" syntax.
p4raw-id: //depot/perl@25344
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3451,6 +3451,10 @@ STATIC HV * S_find_in_my_stash(pTHX_ const char *pkgname, I32 len) __attribute__warn_unused_result__ __attribute__nonnull__(pTHX_1); +STATIC char * S_tokenize_use(pTHX_ int, char*) + __attribute__warn_unused_result__ + __attribute__nonnull__(pTHX_2); + STATIC SV* S_new_constant(pTHX_ const char *s, STRLEN len, const char *key, SV *sv, SV *pv, const char *type) __attribute__nonnull__(pTHX_3) __attribute__nonnull__(pTHX_4); |