| 470 | // |
| 471 | |
| 472 | void SQL_init() |
| 473 | { |
| 474 | global_whenever_list = NULL; |
| 475 | |
| 476 | for (int i = 0; i < SWE_max; i++) |
| 477 | global_whenever[i] = NULL; |
| 478 | |
| 479 | gpreGlob.module_lc_ctype = gpreGlob.default_lc_ctype; |
| 480 | } |
| 481 | |
| 482 | |
| 483 | //____________________________________________________________ |