diff options
author | 2019-10-08 11:27:34 +0300 | |
---|---|---|
committer | 2019-10-08 11:27:34 +0300 | |
commit | d8f2afd2f45da18950d67c240e1fb147058da995 (patch) | |
tree | aa0c948cecd3efa397f9350f39953bc38ac6fea8 | |
parent | 1af202370e38a1bbdac5d8619bfa580188a0b802 (diff) | |
download | librin-d8f2afd2f45da18950d67c240e1fb147058da995.tar.gz librin-d8f2afd2f45da18950d67c240e1fb147058da995.tar.bz2 librin-d8f2afd2f45da18950d67c240e1fb147058da995.zip |
definitions: fix an idiot error.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
-rw-r--r-- | include/rin/definitions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rin/definitions.h b/include/rin/definitions.h index b8b6da3..7ba65a6 100644 --- a/include/rin/definitions.h +++ b/include/rin/definitions.h @@ -28,9 +28,7 @@ # define WEAK_SYM __attribute__((weak)) /* allow the compiler to check varargs */ -/* # define FORMAT_STRING(a, b) __attribute__((format (printf, a, b))) -*/ /* optimizing likely / unlikely branches */ # define likely(a) (__builtin_expect(!!(a), 1)) |