| 8962 | return r; |
| 8963 | } |
| 8964 | static BOOLEAN jjRESTART(leftv, leftv u) |
| 8965 | { |
| 8966 | int c=(int)(long)u->Data(); |
| 8967 | switch(c) |
| 8968 | { |
| 8969 | case 0:{ |
| 8970 | PrintS("delete all variables\n"); |
| 8971 | killlocals(0); |
| 8972 | WerrorS("restarting..."); |
| 8973 | break; |
| 8974 | }; |
| 8975 | default: WerrorS("not implemented"); |
| 8976 | } |
| 8977 | return FALSE; |
| 8978 | } |
| 8979 | #define D(A) (A) |
| 8980 | #define NULL_VAL NULL |
| 8981 | #define IPARITH |
nothing calls this directly
no test coverage detected