提交 4f2d3814 创建 作者: Ayan Shafqat's avatar Ayan Shafqat

Fixed broken build on Arch Linux

上级 ecb40fb1
...@@ -11,7 +11,9 @@ ...@@ -11,7 +11,9 @@
#include "stat.h" #include "stat.h"
#include "param.h" #include "param.h"
#ifndef static_assert
#define static_assert(a, b) do { switch (0) case 0: case (a): ; } while (0) #define static_assert(a, b) do { switch (0) case 0: case (a): ; } while (0)
#endif
#define NINODES 200 #define NINODES 200
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论