This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Refactor common/target-common into meaningful bits


On 08/01/2013 06:49 PM, Tom Tromey wrote:

> If I may be permitted to bikeshed just a bit longer...
> 
> Right now the file is named "target/target-waitstatus.h" and the code
> says:
> 
> +#include "target-waitstatus.h"
> 
> 
> I wonder whether you considered naming the file "target/waitstatus.h"
> and having the code say:
> 
> +#include "target/waitstatus.h"
> 
> 
> That is, let the directory provide the namespace service for us.

+1 !

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]