From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id AB2841EFDDD; Fri, 18 Nov 2016 10:04:33 -0500 (EST) Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) by befuddled.reisers.ca (Postfix) with ESMTPS id 4D5681EFDAA for ; Fri, 18 Nov 2016 10:04:32 -0500 (EST) Received: by mail-wm0-x243.google.com with SMTP id u144so7083016wmu.0 for ; Fri, 18 Nov 2016 07:04:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=KxUgoaHcAre5P32bWUFTE47Tp4hQ+/54Ie0h4ncmdk4=; b=u7unqUFAyq/CLTKvF/PJNXxokTXl3XGRip5dGcnhuPJAZlU5i6yrLDKlJZt/iahYV5 grjA3Llpv/FRF7RvVQEd346GX2PqymIukdGnsugnafolixpZX766RAueNKEvcp+ZVUSz gHPj1Akmaz0VabZ4SLA5kFc4197iOwBM2cwhCYDFBUkmxPXah7Bx8sc3kDofPDIsn0OO GB6R0VRjib8nO9HgSOz7YbvNIK78Bs0mdmG/tq/Md663nNudu4QM2zZNa5wesTF81cL+ TQx70I3Vbx4tc6zWZSatzcqNp4H+hvXNED3+FuiibZU2R7XdnqvHG2jc3nuu89EaC05C gtnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=KxUgoaHcAre5P32bWUFTE47Tp4hQ+/54Ie0h4ncmdk4=; b=ZSJ3v5aNH1S588IcMJssXxPdAVoKyrVdFnPzFLg49run5dsb6CgB+rNhdNMfNDozHR 4p0U3f46jWvG8tP3fL8hZuNqukTtyVaM75af015NicJJ84qqEzIcBS2pGgczjdnRWGG7 RiwNodqsTaO3roIjFxscLwQ1nt8NoCX2SbFSsuzp152vLE/FgW3vP6SajflvBHw9K+SN HDKPLcYlW/KQa3rPX+eEK+ZafQ5Z8Q6iZ/VR4GRqWgfg0JMUdErtHYe7ZkYF1n4iFowa ATqw61Oifm6CzBDIIvbEMhk8VTWVshHL34wiDksMVx65RwnNutphdRZxkMQJKPU8yRGb /hug== X-Gm-Message-State: AKaTC01yS20WsxXziTNGH39wPqSlHvNEMwn3QwZvSP63RjGgRxe84G0uXoQl/6b2yOup0w== X-Received: by 10.194.119.68 with SMTP id ks4mr54999wjb.171.1479481466676; Fri, 18 Nov 2016 07:04:26 -0800 (PST) Received: from [10.97.107.80] (94.197.120.92.threembb.co.uk. [94.197.120.92]) by smtp.gmail.com with ESMTPSA id 135sm3805713wmh.14.2016.11.18.07.04.25 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 18 Nov 2016 07:04:26 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: Serial: Initial refactor From: Okash Khawaja X-Mailer: iPhone Mail (11A501) In-Reply-To: <20161118144328.GA23992@db> Date: Fri, 18 Nov 2016 15:04:28 +0000 Cc: Samuel Thibault , John Covici , "Speakup is a screen review system for Linux." Content-Transfer-Encoding: 7bit Message-Id: <51012821-7055-47DA-84EC-D603C7B26E12@gmail.com> References: <20161118074407.GA6256@var.labri.fr> <20161118123917.GC8282@var.labri.fr> <26E394E8-5AD1-415B-8194-D28D2A2C2EB0@gmail.com> <20161118144328.GA23992@db> To: David X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2016 15:04:33 -0000 Hi David, Thanks. I'm personally averse to #defines although open to discuss. Okash > On 18 Nov 2016, at 14:43, David wrote: > > Just add a few #defines in an #include file and there is no code > change. #define spk_serial_out spk_serial_out2 etc.