On Sat, Jul 21, 2012 at 10:07 AM, Matt Turner <matts...@gmail.com> wrote:
> ---
>  src/mesa/main/imports.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h
> index 0fc8f55..73913b5 100644
> --- a/src/mesa/main/imports.h
> +++ b/src/mesa/main/imports.h
> @@ -119,7 +119,7 @@ typedef union { GLfloat f; GLint i; } fi_type;
>  #define asinf(f) ((float) asin(f))
>  #define atan2f(x,y) ((float) atan2(x,y))
>  #define atanf(f) ((float) atan(f))
> -#define cielf(f) ((float) ciel(f))
> +#define ceilf(f) ((float) ceil(f))
>  #define cosf(f) ((float) cos(f))
>  #define coshf(f) ((float) cosh(f))
>  #define expf(f) ((float) exp(f))


Reviewed-by: Brian Paul <bri...@vmware.com>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to