]> gitweb.factorcode.org Git - factor.git/commitdiff
source-files.errors: Oops fix double define.
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 24 Mar 2013 04:54:44 +0000 (21:54 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 24 Mar 2013 04:54:44 +0000 (21:54 -0700)
core/source-files/errors/errors.factor

index ea44db68a66d0c34c2f3631f41211411479ee347..7336e4434ea76694f1a724f5ab4765848cfd04b4 100644 (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 )