From 0c395ea59771c4804bc38e8960b217d58fcf1043 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 3 Feb 2016 12:03:09 -0700 Subject: perlapi: Clarify that a literal string must end in a NUL Some entries already had this. For those, it standardizes the text. --- scope.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scope.h') diff --git a/scope.h b/scope.h index a61ae40b50..1de27abdaa 100644 --- a/scope.h +++ b/scope.h @@ -183,7 +183,7 @@ given literal string with the new scope. =item LEAVE_with_name(name) Same as C, but when debugging is enabled it first checks that the -scope has the given name. Name must be a literal string. +scope has the given name. C must be a C-terminated literal string. =back -- cgit v1.2.1