X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=M0DTxJ/sXgkepSH/3C1je42q0BSM0Vpo5lJkORFy/Qs=; b=OYWrj1t65DmUYSA6A/M3Rz2nhPpu5ff16d7DORdRh9JPQ8h155PLr638li5F1CcYDu ZSe78HuFbwX65W5LaqerwuWKTXvdnBrAy+4mw80rGzs1TNjypMjGHDp97GO8+gKZO6yN HQmnZokFW/CZ98xY+EkAGR2jcusm4nn7eMvtAmLBHvRL8P1LdxzuW1fiu3kLOuJMbAkt A/O25E1g6a3vT2zCnZxf4iGgRJhBPAqpYL4i1nCHpl1VqG+2U4me4Px+c/pYRHsAPGJ4 MUv1QrKk4EiPGSGC1zWXSvI8gBLllsB/pvcMsErUuQtiwugcIh2bAVTRvTRzuCM0pYMt lA7Q== X-Received: by 10.112.120.134 with SMTP id lc6mr7589089lbb.86.1437653496524; Thu, 23 Jul 2015 05:11:36 -0700 (PDT) Date: Thu, 23 Jul 2015 15:11:34 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] PCB development introduction 0.1 Message-ID: <20150723121134.GA25029@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <55B001A8 DOT 5010501 AT iae DOT nl> <201507222233 DOT t6MMXrJP020776 AT envy DOT delorie DOT com> <55B0D066 DOT 7040707 AT iae DOT nl> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <55B0D066.7040707@iae.nl> User-Agent: Mutt/1.5.23 (2014-03-12) Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, Jul 23, 2015 at 01:30:46PM +0200, myken wrote: > 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. Yes, it is for i18n, l10n and related stuff. Cheers, Vladimir