mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
7 lines
226 B
C
7 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";
|