blob: 23259fa90d8b7c360709ebfb023c34f5edf0a03b [file] [log] [blame]
Damien George136f6752014-01-07 14:54:15 +00001#if MICROPY_ENABLE_REPL_HELPERS
Damiend99b0522013-12-21 18:17:45 +00002bool mp_repl_is_compound_stmt(const char *line);
Damien George136f6752014-01-07 14:54:15 +00003#endif