#include "gencode.h"
#include "optimize.h"
+#include "diag-control.h"
#ifdef HAVE_OS_PROTO_H
#include "os-proto.h"
longjmp(opt_state->top_ctx, 1);
/* NOTREACHED */
#ifdef _AIX
- /*
- * Same GCC workaround as in tcpdump.
- */
- while (1);
+ PCAP_UNREACHABLE
#endif /* _AIX */
}
longjmp(conv_state->top_ctx, 1);
/* NOTREACHED */
#ifdef _AIX
- /*
- * Same GCC workaround as in tcpdump.
- */
- while (1);
+ PCAP_UNREACHABLE
#endif /* _AIX */
}