source-files.errors: Oops fix double define.

Doug Coleman 2013-03-23 21:54:44 -07:00
parent 8ed87af4a9
commit 17a91ea5a3
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ M: source-file-error compute-restarts error>> compute-restarts ;
TUPLE: error-type-holder type word plural icon quot forget-quot { fatal? initial: t } ;
TUPLE: error-type type word plural icon quot forget-quot { fatal? initial: t } ;
GENERIC: error-type ( error -- type )
: <definition-error> ( error definition class -- source-file-error )