Commit 7963a59
Matthias Kastner
extend ProcGlobal check
if a procedure lives in ProcGlobal, its module is sometimes specified as
an empty string. See for example the module string from `FunctionInfo`.
Since this check is used to output the procedure with module string as
of `Procedure [Module]` an empty Module would produce `Procedure []`
instead of `Procedure`.1 parent 662a43b commit 7963a59
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
59 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
60 | 67 | | |
61 | 68 | | |
62 | 69 | | |
| |||
0 commit comments