source-files.errors: Oops fix double define.

db4
Doug Coleman 2013-03-23 21:54:44 -07:00
parent da30a378c9
commit f028aff605
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-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 ) GENERIC: error-type ( error -- type )
: <definition-error> ( error definition class -- source-file-error ) : <definition-error> ( error definition class -- source-file-error )