aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/awk.h b/awk.h
index a7747b9c..c06e2931 100644
--- a/awk.h
+++ b/awk.h
@@ -1233,13 +1233,8 @@ extern NODE *r_force_string(NODE *s);
#endif /* __GNUC__ */
#endif /* GAWKDEBUG */
-#define STREQ(a,b) (*(a) == *(b) && strcmp((a), (b)) == 0)
-#define STREQN(a,b,n) ((n) && *(a)== *(b) && \
- strncmp((a), (b), (size_t) (n)) == 0)
-
#define fatal set_loc(__FILE__, __LINE__), r_fatal
-
extern jmp_buf fatal_tag;
extern int fatal_tag_valid;