projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4a4864
)
added 'const' (Dan Schikore)
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 13 Apr 2006 01:51:25 +0000
(
01:51
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 13 Apr 2006 01:51:25 +0000
(
01:51
+0000)
src/mesa/glapi/glapi.c
patch
|
blob
|
history
diff --git
a/src/mesa/glapi/glapi.c
b/src/mesa/glapi/glapi.c
index
3f2ec27
..
e353dd4
100644
(file)
--- a/
src/mesa/glapi/glapi.c
+++ b/
src/mesa/glapi/glapi.c
@@
-411,7
+411,7
@@
extern const GLubyte gl_dispatch_functions_start[];
* Return dispatch function address for the named static (built-in) function.
* Return NULL if function not found.
*/
-static
const
_glapi_proc
+static _glapi_proc
get_static_proc_address(const char *funcName)
{
const glprocs_table_t * const f = find_entry( funcName );