mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 07:25:10 -04:00
8 lines
226 B
C
8 lines
226 B
C
|
|
/*
|
||
|
|
* Well, some ranlibs, ar's or compilers react funny
|
||
|
|
* if asked to do nothing but build empty valid files
|
||
|
|
* I would have preferred to a no or at least a static
|
||
|
|
* symbol here...
|
||
|
|
*/
|
||
|
|
char * _____empty__ = "empty .o file";
|