emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r100984: Remove extern declarati


From: Juanma Barranquero
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

> -/* 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 via email to

[Prev in Thread] Current Thread [Next in Thread]