1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00

* fns.c (vector): Remove; this old hack is no longer needed.

This commit is contained in:
Paul Eggert 2011-04-15 20:13:28 -07:00
parent dde4298125
commit 1086c0956d
2 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,7 @@
2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
* fns.c (vector): Remove; this old hack is no longer needed.
* xsmfns.c (create_client_leader_window): Rename shadowing arg.
Remove unused var.
(gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define.

View File

@ -23,11 +23,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <time.h>
#include <setjmp.h>
/* Note on some machines this defines `vector' as a typedef,
so make sure we don't use that name in this file. */
#undef vector
#define vector *****
#include "lisp.h"
#include "commands.h"
#include "character.h"