소스 검색

[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>