Explorar o código

[cstring.h] Removing define

Vinicius Teshima hai 1 ano
pai
achega
3b3955ad59
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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>