diff options
author | Henrik Nord <[email protected]> | 2014-02-24 16:14:16 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2014-02-24 16:14:44 +0100 |
commit | 109a06739bdbb5ca1e21cea2d4cf288fc0848d57 (patch) | |
tree | 25abfecf02dfb64fa2e5c0d8d47fce5c739e95cf /lib/compiler/src | |
parent | ca693a05bda78d701ff8b47d851505098c79c077 (diff) | |
parent | f2169928a77d5a6b2e3e069b8cf9b8f5300ed543 (diff) | |
download | otp-109a06739bdbb5ca1e21cea2d4cf288fc0848d57.tar.gz otp-109a06739bdbb5ca1e21cea2d4cf288fc0848d57.tar.bz2 otp-109a06739bdbb5ca1e21cea2d4cf288fc0848d57.zip |
Merge branch 'fenollp/otp-edoc-usage-fixes'
* fenollp/otp-edoc-usage-fixes:
Fix edoc usage errors
OTP-11702
Diffstat (limited to 'lib/compiler/src')
-rw-r--r-- | lib/compiler/src/rec_env.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/src/rec_env.erl b/lib/compiler/src/rec_env.erl index ddcd461bc0..555a331bd7 100644 --- a/lib/compiler/src/rec_env.erl +++ b/lib/compiler/src/rec_env.erl @@ -72,6 +72,7 @@ test_1({custom, F} = Type, N, Env) when is_integer(N), N > 0 -> test_1(_,0, Env) -> Env. -endif. +%%@clear %% Representation: |