diff options
author | Brian Paul <[email protected]> | 2006-08-17 14:16:03 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-08-17 14:16:03 +0000 |
commit | 5928718475e85c4c28ef4ec0cea961442ed3bdca (patch) | |
tree | bf85b6058c61f197e4af3ffccc79500c92d4bc53 /src/mesa/main/dlist.c | |
parent | 6206aec90ab47c34598c143c4dd141e42dd37c83 (diff) |
change #ifdef to #if
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | src/mesa/main/dlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 83200d86b4a..3457b00d8ce 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -4756,7 +4756,7 @@ save_ProgramEnvParameter4dvARB(GLenum target, GLuint index, #endif /* FEATURE_ARB_vertex_program || FEATURE_ARB_fragment_program */ -#ifdef FEATURE_ARB_occlusion_query +#if FEATURE_ARB_occlusion_query static void GLAPIENTRY save_BeginQueryARB(GLenum target, GLuint id) |