diff options
Diffstat (limited to 'mg_names.c')
-rw-r--r-- | mg_names.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mg_names.c b/mg_names.c index ff73b9e38e..43b1945f2d 100644 --- a/mg_names.c +++ b/mg_names.c @@ -22,6 +22,7 @@ { PERL_MAGIC_env, "env(E)" }, { PERL_MAGIC_envelem, "envelem(e)" }, { PERL_MAGIC_fm, "fm(f)" }, + { PERL_MAGIC_study, "study(G)" }, { PERL_MAGIC_regex_global, "regex_global(g)" }, { PERL_MAGIC_hints, "hints(H)" }, { PERL_MAGIC_hintselem, "hintselem(h)" }, |