diff options
Diffstat (limited to 'tools/llvm-c-test/helpers.c')
-rw-r--r-- | tools/llvm-c-test/helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-c-test/helpers.c b/tools/llvm-c-test/helpers.c index 1ea8a4f669952..97fbaab6d6c33 100644 --- a/tools/llvm-c-test/helpers.c +++ b/tools/llvm-c-test/helpers.c @@ -18,7 +18,7 @@ #define MAX_TOKENS 512 #define MAX_LINE_LEN 1024 -void tokenize_stdin(void (*cb)(char **tokens, int ntokens)) { +void llvm_tokenize_stdin(void (*cb)(char **tokens, int ntokens)) { char line[MAX_LINE_LEN]; char *tokbuf[MAX_TOKENS]; |