--------------------------------------------------------------
| 152 | |
| 153 | // -------------------------------------------------------------- |
| 154 | static string |
| 155 | RandomParamName(void) |
| 156 | { |
| 157 | return gensym("p_"); |
| 158 | } |
| 159 | |
| 160 | // ------------------------------------------------------------- |
| 161 | /* |
no test coverage detected