Fix for GitLab issue #37: prompt incorrectly handled.

This commit is contained in:
Eric S. Raymond 2018-11-14 13:01:39 -05:00
parent 876fbb2f78
commit a4c87aa0b3
4 changed files with 50 additions and 28 deletions

View file

@ -107,6 +107,9 @@ enum phase_codes {
GO_MOVE,
GO_TOP,
GO_CLEAROBJ,
GO_CHECKHINT,
GO_CHECKFOO,
GO_LOOKUP,
GO_WORD2,
GO_UNKNOWN,
GO_DWARFWAKE,