summaryrefslogtreecommitdiff
path: root/src/grep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grep.h')
-rw-r--r--src/grep.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/grep.h b/src/grep.h
index 744a8892..f5ab8bfc 100644
--- a/src/grep.h
+++ b/src/grep.h
@@ -20,10 +20,6 @@
#ifndef GREP_GREP_H
#define GREP_GREP_H 1
-#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 6) || __STRICT_ANSI__
-# define __attribute__(x)
-#endif
-
/* Function pointer types. */
typedef void (*compile_fp_t) (char const *, size_t);
typedef size_t (*execute_fp_t) (char const *, size_t, size_t *, char const *);