aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/sys_pre_expand.erl
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2012-08-14 15:30:03 +0200
committerFredrik Gustafsson <[email protected]>2012-08-14 15:30:03 +0200
commit160bf5da0e03f39b468ebba5d39d1658c8a370e6 (patch)
treee0d7bcbde2f11b6b8def23ad8de6bc6abc3c2290 /lib/compiler/src/sys_pre_expand.erl
parentce6691c02f5bea8ecb0478edd68a555067de37d2 (diff)
parent9492bf7abbf5e43a9bdada5b0ace0432ce1f4223 (diff)
downloadotp-160bf5da0e03f39b468ebba5d39d1658c8a370e6.tar.gz
otp-160bf5da0e03f39b468ebba5d39d1658c8a370e6.tar.bz2
otp-160bf5da0e03f39b468ebba5d39d1658c8a370e6.zip
Merge branch 'maint', remote-tracking branch 'upstream'
Diffstat (limited to 'lib/compiler/src/sys_pre_expand.erl')
-rw-r--r--lib/compiler/src/sys_pre_expand.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/src/sys_pre_expand.erl b/lib/compiler/src/sys_pre_expand.erl
index 68bc83433e..6cea783090 100644
--- a/lib/compiler/src/sys_pre_expand.erl
+++ b/lib/compiler/src/sys_pre_expand.erl
@@ -119,7 +119,7 @@ expand_pmod(Fs0, St0) ->
get_base(As) ->
case lists:keyfind(extends, 1, As) of
- {extends,[Base]} when is_atom(Base) ->
+ {extends,_,[Base]} when is_atom(Base) ->
Base;
_ ->
[]