gcc 4 cleanups (mostly unsigned char* vs char*)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "buffer.h"
|
||||
#include "scan.h"
|
||||
|
||||
int buffer_get_token_pred(buffer* b,unsigned char* x,unsigned long int len,
|
||||
int buffer_get_token_pred(buffer* b,char* x,unsigned long int len,
|
||||
string_predicate p) {
|
||||
int blen;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user