aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/util.h b/util.h
index 614c4b0..df602e8 100644
--- a/util.h
+++ b/util.h
@@ -1,5 +1,4 @@
1#ifndef ITS1_UTIL_H_INCLUDED 1#pragma once
2#define ITS1_UTIL_H_INCLUDED
3 2
4#include <stdarg.h> 3#include <stdarg.h>
5#include <stdio.h> 4#include <stdio.h>
@@ -27,5 +26,3 @@ error(const char *msg, ...)
27#ifndef NELEM 26#ifndef NELEM
28# define NELEM(x) (sizeof(x) / sizeof(x[0])) /* NOLINT */ 27# define NELEM(x) (sizeof(x) / sizeof(x[0])) /* NOLINT */
29#endif 28#endif
30
31#endif