Skip to content

Commit f3a7fb7

Browse files
Update Doc/c-api/intro.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 8191b69 commit f3a7fb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/c-api/intro.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,9 @@ complete listing.
309309
compile time.
310310

311311
The *array* argument must be a C array with a size known at compile time,
312-
not a pointer. Using this macro with a pointer will produce incorrect results.
312+
not a pointer. On supported compilers, passing a pointer will result in a
313+
compilation error, otherwise, using this macro with a pointer will
314+
produce incorrect results.
313315

314316
This is generally equivalent to::
315317

0 commit comments

Comments
 (0)