X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-SourceIP: 95.97.163.245 X-Authenticated-Sender: b DOT mykendevelopment AT upcmail DOT nl Message-ID: <55B0D066.7040707@iae.nl> Date: Thu, 23 Jul 2015 13:30:46 +0200 From: myken User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] PCB development introduction 0.1 References: <55B001A8 DOT 5010501 AT iae DOT nl> <201507222233 DOT t6MMXrJP020776 AT envy DOT delorie DOT com> In-Reply-To: <201507222233.t6MMXrJP020776@envy.delorie.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Thanks for the input. I have some additional questions. > dolists.h is our way of implementing C++ constructors. It's a list of > actions and hids that are "discovered" at build time. This one I don't understand. I understand that the REGISTER_* macro build a list of actions. What I don't understand is why the defines in these two files are different. dolists.h is only included by hid/batch/batch.c and hid/gcode/gcode.c why do they need a special marco? Could you help me with the "intl" directory, what is that for? With some imagination I would guess the abbreviation is from "international" but how does it relate to the pcb source files? Doxygen doesn't find any connection between the two. Thanks.