[hatari-devel] Command completion added to debugger

Thomas Huth th.huth at gmx.de
Sun Sep 13 21:46:48 CEST 2009


On Sun, 13 Sep 2009 21:31:41 +0300
Eero Tamminen <eerot at users.berlios.de> wrote:

> Btw.  It was a bit more work than I though because some things were
> directly referring to some things.  For example uae-cpu/* stuff
> refers directly to includes/*.h headers although uae-cpu/Makefile
> uses "-I../includes": ---------
> $ grep includes */*.h
> uae-cpu/hatari-glue.h:#include "../includes/cycles.h"
> $ grep includes */*.c
> uae-cpu/hatari-glue.c:#include "../includes/main.h"
> uae-cpu/hatari-glue.c:#include "../includes/configuration.h"
> uae-cpu/hatari-glue.c:#include "../includes/int.h"
> uae-cpu/hatari-glue.c:#include "../includes/tos.h"
> uae-cpu/hatari-glue.c:#include "../includes/gemdos.h"
> uae-cpu/hatari-glue.c:#include "../includes/cart.h"
> uae-cpu/hatari-glue.c:#include "../includes/vdi.h"
[...]
> uae-cpu/newcpu.c:#include "../includes/xbios.h"
> uae-cpu/newcpu.c:#include "../includes/video.h"
> uae-cpu/newcpu.c:#include "../includes/options.h"
> ------------
> 
> Maybe "../includes/" prefix could be removed from these?

IIRC these prefixes come from the early ages of Hatari, when there was
no -I../includes in the Makefile yet. So they could probably be
removed without any problems now.

 Thomas



More information about the hatari-devel mailing list