///////////////////////////////////////////////////////////////////////// --------------------------------------------------------------
| 137 | ////////////////////////////////////////////////////////////////////////////// |
| 138 | // -------------------------------------------------------------- |
| 139 | static string |
| 140 | RandomGlobalName(void) |
| 141 | { |
| 142 | assert(CGOptions::global_variables() && "no global variables!"); |
| 143 | return gensym("g_"); |
| 144 | } |
| 145 | |
| 146 | // -------------------------------------------------------------- |
| 147 | static string |
no test coverage detected