tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / flex / dist / lib / lib.c
blob580e58fc0d198c68ecdd2019511136c4765aef33
1 /* $NetBSD: lib.c,v 1.1.1.1 2013/04/06 14:05:53 christos Exp $ */
3 /* Since building an empty library could cause problems, we provide a
4 * function to go into the library. We could make this non-trivial by
5 * moving something that flex treats as a library function into this
6 * directory. */
8 void do_nothing(){ return;}