-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Undefine __BLOCKS__ before the cups.h import as some versions of this
header file expect unconditional that libdispatch is present when that variable is defined. Remove duplicated -allocWithZone: methods.
- Loading branch information
1 parent
ec19a2d
commit 441af14
Showing
4 changed files
with
18 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2017-12-28 Fred Kiefer <[email protected]> | ||
|
||
* Printing/GSCUPS/GSCUPSPrinter.m, | ||
* Printing/GSCUPS/GSCUPSPrintInfo.m, | ||
* Printing/GSCUPS/GSCUPSPrintOperation.m: Undefine __BLOCKS__ | ||
before the cups.h import as some versions of this header file | ||
expect unconditional that libdispatch is present when that | ||
variable is defined. | ||
Remove duplicated -allocWithZone: methods. | ||
|
||
2017-12-27 Richard Frith-Macdonald <[email protected]> | ||
|
||
* Source/NSGraphicsContext.m: When using clang and the gnustep | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters