This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remaining PL_foo stragglers
[perl5.git] / ext / IPC / SysV / SysV.xs
index cda7170..1f87a4d 100644 (file)
@@ -195,7 +195,7 @@ ftok(path, id)
         key_t k = ftok(path, id);
         ST(0) = k == (key_t) -1 ? &PL_sv_undef : sv_2mortal(newSViv(k));
 #else
-        DIE(no_func, "ftok");
+        DIE(PL_no_func, "ftok");
 #endif
 
 int