Skip to content

Commit 1222a47

Browse files
committed
update patch
1 parent 1469600 commit 1222a47

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

patch/mps-xfaces-label.patch

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
diff --git a/src/xfaces.c b/src/xfaces.c
2-
index 69d4070b603..221efec62e0 100644
2+
index 69d4070b603..e3b5e867462 100644
33
--- a/src/xfaces.c
44
+++ b/src/xfaces.c
5-
@@ -4638,10 +4638,10 @@ free_realized_face (struct frame *f, struct face *face)
6-
7-
#ifdef HAVE_X_WINDOWS
8-
free_face:
9-
-#endif /* HAVE_X_WINDOWS */
5+
@@ -4642,6 +4642,7 @@ free_realized_face (struct frame *f, struct face *face)
106
#ifndef HAVE_MPS
117
xfree (face);
128
#endif
13-
+#endif /* HAVE_X_WINDOWS */
9+
+ (void)0; /* prevent the above label being the end of a compound statement */
1410
}
1511
}
1612

0 commit comments

Comments
 (0)