all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pankaj Jangid <pankaj@codeisgreat.org>
To: 71675@debbugs.gnu.org
Subject: bug#71675: [PATCH] missing declaration for image_cache_refcount
Date: Thu, 20 Jun 2024 19:17:18 +0700	[thread overview]
Message-ID: <m2a5jfq04x.fsf@codeisgreat.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 447 bytes --]

Tags: patch

Build was failing on macos. Perhaps this declaration was accidently
deleted in a previous commit.



In GNU Emacs 30.0.50 (build 1, aarch64-apple-darwin23.5.0, NS
 appkit-2487.60 Version 14.5 (Build 23F79)) of 2024-06-20 built on
 Pankajs-MacBook-Pro.local
Repository revision: 41cbfead7e2bce2f563e37a9a737a00a7b86e7f1
Repository branch: master
Windowing system distributor 'Apple', version 10.3.2487
System Description:  macOS 14.5


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-missing-declaration-for-image_cache_refcount.patch --]
[-- Type: text/patch, Size: 872 bytes --]

From f823075ef4b05fa701c570885416fc7d1f628520 Mon Sep 17 00:00:00 2001
From: Pankaj Jangid <pankaj@codeisgreat.org>
Date: Thu, 20 Jun 2024 19:12:29 +0700
Subject: [PATCH] missing declaration for image_cache_refcount

	* (src/nsfns.m): perhaps this was accidently deleted in a
	previous commit
---
 src/nsfns.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nsfns.m b/src/nsfns.m
index d9c1296056c..e2c000791d0 100644
--- a/src/nsfns.m
+++ b/src/nsfns.m
@@ -86,7 +86,7 @@ Updated by Christian Limpach (chris@nice.ch)
 /* Static variables to handle AppleScript execution.  */
 static Lisp_Object as_script, *as_result;
 static int as_status;
-
+static ptrdiff_t image_cache_refcount;
 static struct ns_display_info *ns_display_info_for_name (Lisp_Object);
 
 /* ==========================================================================
-- 
2.45.2


             reply	other threads:[~2024-06-20 12:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-20 12:17 Pankaj Jangid [this message]
2024-06-20 14:16 ` bug#71675: [PATCH] missing declaration for image_cache_refcount Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-20 14:22 ` Andrea Corallo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2a5jfq04x.fsf@codeisgreat.org \
    --to=pankaj@codeisgreat.org \
    --cc=71675@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.