X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/9686c90139fc19b70f42283b1504ab9d5be7932c..6e942bd8524e9393f61a0358a0282b2641f9d3d7:/vv_interpreter.c diff --git a/vv_interpreter.c b/vv_interpreter.c index 39210f1..8d4db24 100644 --- a/vv_interpreter.c +++ b/vv_interpreter.c @@ -49,7 +49,6 @@ stdin_empty(void) void ws_die(size_t * pc, char * msg) { - printf("\n"); printf("SIM_ERROR @ PC %lu: %s\n", *pc, msg); fflush(stdout); exit(EXIT_FAILURE); @@ -223,7 +222,6 @@ process_imp_flowcontrol(uint8_t * code, size_t * pc, int32_t ** sp, uint32_t * l switch (next_code_byte(code,pc)) { case '\n': /* Technically another LF is required but we ignore it. */ - printf("\n"); fflush(stdout); exit(EXIT_SUCCESS); case ' ':