diff options
| author | Graydon Hoare <[email protected]> | 2010-06-27 20:53:07 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-06-27 20:53:07 -0700 |
| commit | 8815c02005b66bd54a8a3b4caf6cbfc8b5c4eb47 (patch) | |
| tree | 279bbb649c9606b456d4fb32ccda2b1c7d7cdaab /src/boot/me | |
| parent | Only translate or dwarf-emit items or stubs locally defined or used. Avoids i... (diff) | |
| download | rust-8815c02005b66bd54a8a3b4caf6cbfc8b5c4eb47.tar.xz rust-8815c02005b66bd54a8a3b4caf6cbfc8b5c4eb47.zip | |
Previous commit closes #13. Trying to convince github of that fact automagically.
Diffstat (limited to 'src/boot/me')
| -rw-r--r-- | src/boot/me/resolve.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/me/resolve.ml b/src/boot/me/resolve.ml index c0146c97..3f73a4eb 100644 --- a/src/boot/me/resolve.ml +++ b/src/boot/me/resolve.ml @@ -737,6 +737,7 @@ let lval_base_resolving_visitor * processed by later stages. An lval that happens to be an item will * mark the item in question here. *) + let reference_any_name lv = let rec lval_is_name lv = match lv with |