-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not mix system and bdwgc headers in same include group
Issue #364 (bdwgc). This is needed to prevent clang-format to change the order of included header files where the order is important. * cord/tests/de.c [WIN32]: Move include de_win.h down to be in a separate include group (from that of windows.h). * extra/AmigaOS.c: Place a blank line after include gc_priv.h. * include/private/gc_priv.h [ANY_MSWIN]: Place a blank line between include windows.h and winbase.h (and add a comment). * pthread_stop_world.c [GC_ENABLE_SUSPEND_THREAD]: Place a blank line between include sys/time.h and javaxfc.h; reformat comment. * tests/gctest.c: Place a blank line between include gc.h and javaxfc.h. * tests/weakmap.c [GC_PTHREADS]: Move include errno.h and pthread.h upper (to be in a separate include group).
- Loading branch information
Showing
6 changed files
with
16 additions
and
4 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
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
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