diff options
author | Björn Gustavsson <[email protected]> | 2017-05-19 12:25:14 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-05-19 12:25:14 +0200 |
commit | 8d05453123fdc45bbb6f77a20aaa270ae443014b (patch) | |
tree | 254914ff110fd690544ffe83f930af70450c4dda /lib | |
parent | 75ef2f6825cfd159c87759c87bc13b6cee85ebf5 (diff) | |
download | otp-8d05453123fdc45bbb6f77a20aaa270ae443014b.tar.gz otp-8d05453123fdc45bbb6f77a20aaa270ae443014b.tar.bz2 otp-8d05453123fdc45bbb6f77a20aaa270ae443014b.zip |
genop.tab: Add an OTP 20 comment
Make it clear that is_tagged_tuple/4 was added in OTP 20 (not R17).
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/compiler/src/genop.tab | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/compiler/src/genop.tab b/lib/compiler/src/genop.tab index 5e0c2b3ebf..9efb9ad6f8 100755 --- a/lib/compiler/src/genop.tab +++ b/lib/compiler/src/genop.tab @@ -538,6 +538,8 @@ BEAM_FORMAT_NUMBER=0 157: has_map_fields/3 158: get_map_elements/3 +# OTP 20 + ## @spec is_tagged_tuple Lbl Reg N Atom ## @doc Test the type of Reg and jumps to Lbl if it is not a tuple. ## Test the arity of Reg and jumps to Lbl if it is not N. |