From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Sun, 15 Feb 2015 19:24:40 +0100 Message-ID: <87mw4fuj6f.fsf@igel.home> References: <838ugdf251.fsf@gnu.org> <87bnl1vmqf.fsf@lifelogs.com> <87vbj8tow4.fsf@lifelogs.com> <87r3twtagf.fsf@lifelogs.com> <85siebl7ws.fsf@stephe-leake.org> <85a90ilwmm.fsf@stephe-leake.org> <83386a6f7z.fsf@gnu.org> <85h9upjz7v.fsf@stephe-leake.org> <83wq3k3kl4.fsf@gnu.org> <85bnkwil1c.fsf@stephe-leake.org> <83pp9cwky8.fsf@gnu.org> <85a90ggf2d.fsf@stephe-leake.org> <54E0A40F.5080603@dancol.org> <83sie7un20.fsf@gnu.org> <54E0D181.2080802@dancol.org> <83r3trulse.fsf@gnu.org> <54E0D7E0.3050805@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424024699 31054 80.91.229.3 (15 Feb 2015 18:24:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Feb 2015 18:24:59 +0000 (UTC) Cc: Eli Zaretskii , stephen_leake@stephe-leake.org, emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 15 19:24:58 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YN3sH-0000ul-T9 for ged-emacs-devel@m.gmane.org; Sun, 15 Feb 2015 19:24:58 +0100 Original-Received: from localhost ([::1]:36203 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YN3sH-00075V-5F for ged-emacs-devel@m.gmane.org; Sun, 15 Feb 2015 13:24:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YN3sA-00075O-TP for emacs-devel@gnu.org; Sun, 15 Feb 2015 13:24:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YN3s5-0000EJ-Uw for emacs-devel@gnu.org; Sun, 15 Feb 2015 13:24:50 -0500 Original-Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:57816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YN3s5-0000DD-Od for emacs-devel@gnu.org; Sun, 15 Feb 2015 13:24:45 -0500 Original-Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3klcL20MTSz3hjdx; Sun, 15 Feb 2015 19:24:41 +0100 (CET) Original-Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3klcL13t4Dzvh1r; Sun, 15 Feb 2015 19:24:41 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Original-Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id M2AZ01A-4feP; Sun, 15 Feb 2015 19:24:40 +0100 (CET) X-Auth-Info: 8n3zm+VKeNTJcTFMK7BcmoZtfIvA9wtXmzJgtDf5NZpXWgUWXDHJM9w8HbaQ5KyA Original-Received: from igel.home (ppp-188-174-37-94.dynamic.mnet-online.de [188.174.37.94]) by mail.mnet-online.de (Postfix) with ESMTPA; Sun, 15 Feb 2015 19:24:40 +0100 (CET) Original-Received: by igel.home (Postfix, from userid 1000) id 4C0002C262F; Sun, 15 Feb 2015 19:24:40 +0100 (CET) X-Yow: A can of ASPARAGUS, 73 pigeons, some LIVE ammo, and a FROZEN DAQUIRI!! In-Reply-To: <54E0D7E0.3050805@dancol.org> (Daniel Colascione's message of "Sun, 15 Feb 2015 09:31:12 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 2001:a60:0:28:0:1:25:1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:183101 Archived-At: Daniel Colascione writes: > Positionally, as fixed in the structure that defines the table. > > struct { > void (*func1)(int); > void (*func2)(double); > /* etc. */ > } > > This way, the ABI Emacs exports is explicit, and breaking it is unlikely > to happen accidentally. You should allow for future extension, by adding a version field. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."