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:
parent
dde4298125
commit
1086c0956d
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user