mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 04:10:40 +01:00
int -> size_t to fix compile on LP64.
This commit is contained in:
parent
2fcaf7a529
commit
1243b829bb
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ extern "C" {
|
|||
void grammar_alloc_free (void *);
|
||||
void *grammar_alloc_malloc (size_t);
|
||||
void *grammar_alloc_realloc (void *, size_t, size_t);
|
||||
void *grammar_memory_copy (void *, const void *, unsigned int);
|
||||
void *grammar_memory_copy (void *, const void *, size_t);
|
||||
int grammar_string_compare (const byte *, const byte *);
|
||||
int grammar_string_compare_n (const byte *, const byte *, size_t);
|
||||
byte *grammar_string_copy (byte *, const byte *);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue