--------------------------------------------------------------
| 145 | |
| 146 | // -------------------------------------------------------------- |
| 147 | static string |
| 148 | RandomLocalName(void) |
| 149 | { |
| 150 | return gensym("l_"); |
| 151 | } |
| 152 | |
| 153 | // -------------------------------------------------------------- |
| 154 | static string |
no test coverage detected