int -> size_t to fix compile on LP64.
authorAdam Jackson <ajax@freedesktop.org>
Wed, 11 May 2005 01:33:50 +0000 (01:33 +0000)
committerAdam Jackson <ajax@freedesktop.org>
Wed, 11 May 2005 01:33:50 +0000 (01:33 +0000)
src/mesa/shader/grammar.h

index 3b537f60403d5d4ca1e6484e760aeff3b8e00079..591e38aefa68d2e0c9c4a66b98f944e47c11e8e3 100644 (file)
@@ -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 *);