aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/cerl/erl_types.erl
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2012-08-28 08:57:21 +0200
committerFredrik Gustafsson <[email protected]>2012-08-28 08:57:21 +0200
commit7923e44a7e70807e67f8dc4b6186eb245e830e0b (patch)
treeb07b4df632d64bcdcef2b65a8b9e06af5607ab02 /lib/hipe/cerl/erl_types.erl
parent66573cb4ea59e0ff6251a598dab8a8aecfbedbd2 (diff)
parent9700c2f73dac776ceb3777cf9ffaaf8505620fe9 (diff)
downloadotp-7923e44a7e70807e67f8dc4b6186eb245e830e0b.tar.gz
otp-7923e44a7e70807e67f8dc4b6186eb245e830e0b.tar.bz2
otp-7923e44a7e70807e67f8dc4b6186eb245e830e0b.zip
Merge branch 'ks/hipe-R15B02-fixes/OTP-10230' into maint
* ks/hipe-R15B02-fixes/OTP-10230: Changes in comments and minor code cleanups Comment out unused cases and some csmetic cleanups. Fix a typo and strengthen some type declarations Remove unused imports Add a missing tag in a type declaration
Diffstat (limited to 'lib/hipe/cerl/erl_types.erl')
-rw-r--r--lib/hipe/cerl/erl_types.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hipe/cerl/erl_types.erl b/lib/hipe/cerl/erl_types.erl
index 410e29d269..1579735773 100644
--- a/lib/hipe/cerl/erl_types.erl
+++ b/lib/hipe/cerl/erl_types.erl
@@ -275,8 +275,8 @@
-type tag() :: ?atom_tag | ?binary_tag | ?function_tag | ?identifier_tag
| ?list_tag | ?matchstate_tag | ?nil_tag | ?number_tag
- | ?opaque_tag | ?product_tag | ?tuple_tag | ?tuple_set_tag
- | ?union_tag | ?var_tag.
+ | ?opaque_tag | ?product_tag | ?remote_tag
+ | ?tuple_tag | ?tuple_set_tag | ?union_tag | ?var_tag.
-define(float_qual, float).
-define(integer_qual, integer).