all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
To: Dan Nicolaescu <dann@ics.uci.edu>
Cc: emacs-devel@gnu.org
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r100984: Remove extern  declarations in .c files, .h files have them.
Date: Fri, 6 Aug 2010 02:39:04 +0200	[thread overview]
Message-ID: <AANLkTikHXzyPo1nxypYebc3=CYjMxqPsH0d-gEfxmuiL@mail.gmail.com> (raw)
In-Reply-To: <E1OhAeD-0004Dk-Lq@internal.in.savannah.gnu.org>

> -/* Returns a search buffer, with a fastmap allocated and ready to go.  */
> -extern struct re_pattern_buffer *compile_pattern (Lisp_Object, struct re_registers *, Lisp_Object, int, int);
> -

I've reverted this bit because compile_pattern is not in any .h file,
so it caused a warning.

> -/* For NS and NTGUI, these prototypes are defined in keyboard.h.  */
>  #if defined (USE_X_TOOLKIT) || defined (USE_GTK)
>  extern widget_value *xmalloc_widget_value (void);
>  extern widget_value *digest_single_submenu (int, int, int);

There were not on menu.h, so I've moved the declaration there and
removed it from here.

    Juanma



           reply	other threads:[~2010-08-06  0:39 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <E1OhAeD-0004Dk-Lq@internal.in.savannah.gnu.org>]

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='AANLkTikHXzyPo1nxypYebc3=CYjMxqPsH0d-gEfxmuiL@mail.gmail.com' \
    --to=lekktu@gmail.com \
    --cc=dann@ics.uci.edu \
    --cc=emacs-devel@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.