From feff681f4464eb9b538bde613afaf3b03c7c223a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 26 Oct 2009 17:17:01 -0400 Subject: Improved argument parsing logic used by the REPL It now handles quoted strings, although it doesn't understand escape sequences yet. --- src/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 7f5ca017..98bdf9af 100644 --- a/src/utils.h +++ b/src/utils.h @@ -237,6 +237,8 @@ inline bool operator!=(const string& __lhs, const char* __rhs) extern ledger::string empty_string; +ledger::strings_list split_arguments(const char * line); + #define IF_VERIFY() if (DO_VERIFY()) /*@}*/ -- cgit v1.2.3