From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?UTF-8?q?G=C3=B6ktu=C4=9F=20Kayaalp?= Newsgroups: gmane.emacs.devel Subject: [PATCH 0/1] * src/frame.h (FRAME_SCALE_FACTOR): remove trailing semicolon Date: Sun, 4 Apr 2021 05:05:38 +0300 Message-ID: <20210404020539.27358-1-self@gkayaalp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24132"; mail-complaints-to="usenet@ciao.gmane.io" Cc: =?UTF-8?q?=C4=B0=2E=20G=C3=B6ktu=C4=9F=20Kayaalp?= To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Apr 04 04:06:38 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lSs9t-0006BS-QJ for ged-emacs-devel@m.gmane-mx.org; Sun, 04 Apr 2021 04:06:37 +0200 Original-Received: from localhost ([::1]:55362 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lSs9s-0001vd-Po for ged-emacs-devel@m.gmane-mx.org; Sat, 03 Apr 2021 22:06:36 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59444) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lSs9H-00018n-Iv for emacs-devel@gnu.org; Sat, 03 Apr 2021 22:05:59 -0400 Original-Received: from relay11.mail.gandi.net ([217.70.178.231]:50031) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lSs9F-00037L-NA for emacs-devel@gnu.org; Sat, 03 Apr 2021 22:05:59 -0400 Original-Received: from localhost (unknown [46.2.232.39]) (Authenticated sender: self@gkayaalp.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 743C9100003; Sun, 4 Apr 2021 02:05:52 +0000 (UTC) X-Mailer: git-send-email 2.20.1 Received-SPF: none client-ip=217.70.178.231; envelope-from=self@gkayaalp.com; helo=relay11.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:267372 Archived-At: From: İ. Göktuğ Kayaalp Looks like a trailing comma was mistakenly included in the definition of the macro FRAME_SCALE_FACTOR, introduced in 4e1f92feb3. This triggered a build failure on my system as this macro caused a syntax error in Fframe_scale_factor. The patch simply deletes the trailing semicolon. İ. Göktuğ Kayaalp (1): * src/frame.h (FRAME_SCALE_FACTOR): remove trailing semicolon src/frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.20.1