unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Last change in xfns.c...
@ 2010-04-04 13:16 Eli Zaretskii
  2010-04-04 15:35 ` Jan Djärv
  0 siblings, 1 reply; 2+ messages in thread
From: Eli Zaretskii @ 2010-04-04 13:16 UTC (permalink / raw)
  To: Jan Djärv; +Cc: emacs-devel

...uses C9x features:

    +  XSetWMClientMachine (FRAME_X_DISPLAY (f),
    +                       FRAME_OUTER_WINDOW (f),
    +                       &text);
    +  if (do_free_text_value)
    +    xfree (text.value);
    +
    +  long pid = (long)getpid();
       ^^^^^^^^^^^^^^^^^^^^^^^^^

You cannot put declarations after executable statements.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Last change in xfns.c...
  2010-04-04 13:16 Last change in xfns.c Eli Zaretskii
@ 2010-04-04 15:35 ` Jan Djärv
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Djärv @ 2010-04-04 15:35 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

Fixed

	Jan D.


Eli Zaretskii skrev 2010-04-04 15.16:
> ...uses C9x features:
>
>      +  XSetWMClientMachine (FRAME_X_DISPLAY (f),
>      +                       FRAME_OUTER_WINDOW (f),
>      +&text);
>      +  if (do_free_text_value)
>      +    xfree (text.value);
>      +
>      +  long pid = (long)getpid();
>         ^^^^^^^^^^^^^^^^^^^^^^^^^
>
> You cannot put declarations after executable statements.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-04 15:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-04 13:16 Last change in xfns.c Eli Zaretskii
2010-04-04 15:35 ` Jan Djärv

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).