mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-29 21:00:24 +00:00
This file breaks "make blib"; please find a way to avoid doing this.
This commit is contained in:
parent
e71098a652
commit
7ab29b0bfe
@ -1,3 +1,6 @@
|
||||
/* mcb - this file breaks the build process; temporarily deactivating */
|
||||
#if 0
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
@ -80,3 +83,5 @@ int main(int argc, char *argv[])
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user