aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32.c
diff options
context:
space:
mode:
authorJoakim Verona2013-07-02 22:46:17 +0200
committerJoakim Verona2013-07-02 22:46:17 +0200
commit3718127221fbbc31f8ebd027ab7c95403dbe9118 (patch)
treeef422898f3344c8f94f6ecf63eb583122bbf2bd8 /src/w32.c
parent1ce45b902c67b8a0dda8d71bd2812de29a9988a6 (diff)
parenta3b49114c186d84404226af75ae7905bd1cd018f (diff)
downloademacs-3718127221fbbc31f8ebd027ab7c95403dbe9118.tar.gz
emacs-3718127221fbbc31f8ebd027ab7c95403dbe9118.zip
Merge branch 'trunk' into xwidget
Conflicts: src/window.c
Diffstat (limited to 'src/w32.c')
-rw-r--r--src/w32.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/w32.c b/src/w32.c
index 7a39a617ee3..230479cd61a 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -3785,12 +3785,6 @@ get_rid (PSID sid)
3785 3785
3786/* Caching SID and account values for faster lokup. */ 3786/* Caching SID and account values for faster lokup. */
3787 3787
3788#ifdef __GNUC__
3789# define FLEXIBLE_ARRAY_MEMBER
3790#else
3791# define FLEXIBLE_ARRAY_MEMBER 1
3792#endif
3793
3794struct w32_id { 3788struct w32_id {
3795 unsigned rid; 3789 unsigned rid;
3796 struct w32_id *next; 3790 struct w32_id *next;