-/* $Id: context.c,v 1.49 2000/03/19 23:35:42 brianp Exp $ */
+/* $Id: context.c,v 1.50 2000/03/22 23:20:12 brianp Exp $ */
/*
* Mesa 3-D graphics library
gl_init_clip();
gl_init_eval();
_mesa_init_fog();
- gl_init_math();
+ _mesa_init_math();
gl_init_lists();
gl_init_shade();
gl_init_texture();
-/* $Id: glheader.h,v 1.6 2000/02/24 15:12:05 brianp Exp $ */
+/* $Id: glheader.h,v 1.7 2000/03/22 23:20:12 brianp Exp $ */
/*
* Mesa 3-D graphics library
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+#if defined(__linux__) && defined(__i386__)
+#include <fpu_control.h>
+#endif
#endif
#include <float.h>