* 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 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.