remove deprecated . (dot) command

Fixes #4294
This commit is contained in:
Kurtis Rader
2017-08-07 18:29:33 -07:00
parent 0ebff8c516
commit 55bef3cd2e
5 changed files with 8 additions and 20 deletions

View File

@@ -89,7 +89,7 @@ static const struct block_lookup_entry block_lookup[] = {
{TOP, 0, TOP_BLOCK},
{SUBST, 0, SUBST_BLOCK},
{BEGIN, L"begin", BEGIN_BLOCK},
{SOURCE, L".", SOURCE_BLOCK},
{SOURCE, L"source", SOURCE_BLOCK},
{EVENT, 0, EVENT_BLOCK},
{BREAKPOINT, L"breakpoint", BREAKPOINT_BLOCK},
{(block_type_t)0, 0, 0}};