aboutsummaryrefslogtreecommitdiffstats
path: root/include/rin/definitions.h
diff options
context:
space:
mode:
authorGravatar Gediminas Jakutis <gediminas@varciai.lt> 2019-10-08 11:27:34 +0300
committerGravatar Gediminas Jakutis <gediminas@varciai.lt> 2019-10-08 11:27:34 +0300
commitd8f2afd2f45da18950d67c240e1fb147058da995 (patch)
treeaa0c948cecd3efa397f9350f39953bc38ac6fea8 /include/rin/definitions.h
parent1af202370e38a1bbdac5d8619bfa580188a0b802 (diff)
downloadlibrin-d8f2afd2f45da18950d67c240e1fb147058da995.tar.gz
librin-d8f2afd2f45da18950d67c240e1fb147058da995.tar.bz2
librin-d8f2afd2f45da18950d67c240e1fb147058da995.zip
definitions: fix an idiot error.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'include/rin/definitions.h')
-rw-r--r--include/rin/definitions.h2
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))