From 1c765127ac57b994055833dceae77b71986cf0e5 Mon Sep 17 00:00:00 2001 From: "zik.saleeba" Date: Sun, 8 Mar 2009 04:32:14 +0000 Subject: [PATCH] Nicer prompt git-svn-id: http://picoc.googlecode.com/svn/trunk@168 21eae674-98b7-11dd-bd71-f92a316d2d60 --- platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.h b/platform.h index dc0f8e2..960cc85 100644 --- a/platform.h +++ b/platform.h @@ -21,7 +21,7 @@ #define STRUCT_TABLE_SIZE 11 /* size of struct/union member table (can expand) */ #define INTERACTIVE_PROMPT_STATEMENT "picoc> " -#define INTERACTIVE_PROMPT_LINE "> " +#define INTERACTIVE_PROMPT_LINE " > " /* host platform includes */ #ifdef UNIX_HOST