Skip to content

Commit

Permalink
XXX
Browse files Browse the repository at this point in the history
  • Loading branch information
mptre committed Aug 14, 2024
1 parent 0a1789a commit d6f5b81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions match.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#include <stdarg.h>
#include <string.h>

#include <stdio.h>

#include "lexer.h"

static void
Expand All @@ -25,6 +27,7 @@ match_func_init(struct match_func *mf)
}
}

fprintf(stderr, "XXX %s: no callback for '%s'\n", __func__, mf->expr);
__builtin_trap(); /* UNREACHABLE */
}

Expand Down

0 comments on commit d6f5b81

Please sign in to comment.