repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: move EstimateFormatLength to kwsys
[cmake.git]
/
Modules
/
CMakeTestGNU.c
blob
933e5a212b36ebe0f9a4120c8fcd6ac61d635679
1
#if defined(__GNUC__) && !defined(__INTEL_COMPILER)
2
void
THIS_IS_GNU
();
3
#endif
4
#ifdef __MINGW32__
5
void
THIS_IS_MINGW
();
6
#endif
7
#ifdef __CYGWIN__
8
void
THIS_IS_CYGWIN
();
9
#endif