use BCOPY macro on FreeBSD
[mesa.git] / src / mesa / main / fog.c
index 0644d6ec5caf62b5c963dc87ac405200ddaf8135..998c9bdac56043c7a57d10a3160712897265ffc4 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: fog.c,v 1.7 2000/02/25 03:55:40 keithw Exp $ */
+/* $Id: fog.c,v 1.8 2000/03/07 17:40:34 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -214,7 +214,8 @@ static void check_fog_coords( GLcontext *ctx, struct gl_pipeline_stage *d )
    }
 }
 
-void gl_make_fog_coords( struct vertex_buffer *VB )
+
+static void gl_make_fog_coords( struct vertex_buffer *VB )
 {
    GLcontext *ctx = VB->ctx;