aboutsummaryrefslogtreecommitdiffstats
path: root/lib/syntax_tools/src/igor.erl
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2015-09-29 09:41:06 +0200
committerHans Bolinder <[email protected]>2015-10-09 11:37:55 +0200
commit99dd169e4c499c78dd85c6e34296fdc150e47d24 (patch)
tree0b7e902f3ab0a29e254d818fc4f5ce87335efc1f /lib/syntax_tools/src/igor.erl
parent3b2a4ad2db8115e9c4b982a7400692cf9847869b (diff)
downloadotp-99dd169e4c499c78dd85c6e34296fdc150e47d24.tar.gz
otp-99dd169e4c499c78dd85c6e34296fdc150e47d24.tar.bz2
otp-99dd169e4c499c78dd85c6e34296fdc150e47d24.zip
Update Syntax Tools
Record field types have been modified due to commit 8ce35b2: "Take out automatic insertion of 'undefined' from typed record fields".
Diffstat (limited to 'lib/syntax_tools/src/igor.erl')
-rw-r--r--lib/syntax_tools/src/igor.erl5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/syntax_tools/src/igor.erl b/lib/syntax_tools/src/igor.erl
index eac5af5540..4557678f9d 100644
--- a/lib/syntax_tools/src/igor.erl
+++ b/lib/syntax_tools/src/igor.erl
@@ -1594,10 +1594,11 @@ alias_expansions_2(Modules, Table) ->
preserved :: boolean(),
no_headers :: boolean(),
notes :: notes(),
- map :: map_fun(),
+ map :: map_fun() | 'undefined',
renaming :: fun((atom()) -> map_fun()),
expand :: dict:dict({atom(), integer()},
- {atom(), {atom(), integer()}}),
+ {atom(), {atom(), integer()}})
+ | 'undefined',
redirect :: dict:dict(atom(), atom())
}).