From 805f3f87d30f9072dd095188cfad532862ba55fd Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sun, 16 Dec 2007 13:05:23 +0000 Subject: [PATCH] Make the "empty" error_exit implementation the default to be optionally overridden. --- {platform/c64 => cpu/6502}/lib/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {platform/c64 => cpu/6502}/lib/error.c (96%) diff --git a/platform/c64/lib/error.c b/cpu/6502/lib/error.c similarity index 96% rename from platform/c64/lib/error.c rename to cpu/6502/lib/error.c index 6380342f2..1dd3e9686 100644 --- a/platform/c64/lib/error.c +++ b/cpu/6502/lib/error.c @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: error.c,v 1.1 2007/12/08 22:17:14 oliverschmidt Exp $ + * $Id: error.c,v 1.3 2007/12/16 13:05:23 oliverschmidt Exp $ */ #include