瀏覽代碼

[cstring.h] Removing define

Vinicius Teshima 1 年之前
父節點
當前提交
3b3955ad59
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/toolbox/cstring.h

+ 0 - 1
include/toolbox/cstring.h

@@ -17,7 +17,6 @@ __attribute__((__pure__))
 _Bool
 cstring_equal(const char *restrict cstring_1, const char *restrict cstring_2);
 
-#define IMPLEMENTATIONS
 #if defined(CSTRING_IMP) || defined(IMPLEMENTATIONS)
 
 #include <stddef.h>