Add clarification on _global_ prefix.

This commit is contained in:
Alexey Neyman 2014-12-06 21:38:58 +00:00 committed by William S Fulton
commit 1509d6c9e0

View file

@ -2050,6 +2050,10 @@ wrap_foo() {
</pre>
</div>
<p>There is an exception: if the variable name starts with the <tt>_global_</tt> prefix,
the argument number is not appended. Such variables can be used throughout the generated
wrapper function.</p>
<p>
Some typemaps do not recognize local variables (or they may simply not
apply). At this time, only typemaps that apply to argument conversion support this (input typemaps such as the "in" typemap).