replace offset with functionOffset in generate_entrypoint()
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 2 Feb 2000 18:50:07 +0000 (18:50 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 2 Feb 2000 18:50:07 +0000 (18:50 +0000)
src/mesa/glapi/glapi.c

index b3f951a466b8972e73688f6bd0a07248b909a777..3603f8f3efbf54dbf6ec0fbdac2c72d91a018746 100644 (file)
@@ -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)
    /*