| ... | ... | @@ -2269,7 +2269,7 @@ or |
| 2269 | 2269 | that variable.</li> |
| 2270 | 2270 | <li>If the struct is in the {#syntax#}return{#endsyntax#} expression, it gets named after |
| 2271 | 2271 | the function it is returning from, with the parameter values serialized.</li> |
| 2272 | | <li>Otherwise, the struct gets a name such as <code>(filename.funcname.__struct_ID)</code>.</li> |
| 2272 | <li>Otherwise, the struct gets a name such as <code>(filename.funcname__struct_ID)</code>.</li> |
| 2273 | 2273 | <li>If the struct is declared inside another struct, it gets named after both the parent |
| 2274 | 2274 | struct and the name inferred by the previous rules, separated by a dot.</li> |
| 2275 | 2275 | </ul> |