summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-02-02 18:50:07 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-02-02 18:50:07 +0000
commitb086b95fed094b57b8b4ec5ef541001cd64f613b (patch)
tree34ebdc10071a413e8d930119a0a1b6a5b6813ad6
parentb45c71aeff84d8559ce52f5caac1ca8ee5bed157 (diff)
replace offset with functionOffset in generate_entrypoint()
-rw-r--r--src/mesa/glapi/glapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c
index b3f951a466..3603f8f3ef 100644
--- a/src/mesa/glapi/glapi.c
+++ b/src/mesa/glapi/glapi.c
@@ -1,4 +1,4 @@
-/* $Id: glapi.c,v 1.30 2000/01/31 22:51:44 brianp Exp $ */
+/* $Id: glapi.c,v 1.31 2000/02/02 18:50:07 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -302,7 +302,7 @@ static GLuint NumExtEntryPoints = 0;
* We need assembly language in order to accomplish this.
*/
static void *
-generate_entrypoint(GLuint offset)
+generate_entrypoint(GLuint functionOffset)
{
#if defined(USE_X86_ASM)
/*