11 lines
158 B
Plaintext
11 lines
158 B
Plaintext
|
#if SCANNING_CONTROL
|
||
|
# ifdef CMAKE_SCANNED_THIS_SOURCE
|
||
|
# error "This file should not have been scanned"
|
||
|
# endif
|
||
|
#endif
|
||
|
|
||
|
int never_scan()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|