gallium/draw: initial code to properly support llvm in the draw module
[mesa.git] / src / mesa / drivers / dri / ffb / ffb_linetmp.h
index 0951513ca12873cf60283ad0a28ea460dd123473..10e1375259b50ddf0ee6c90038f4ccd59d4dda76 100644 (file)
@@ -1,6 +1,5 @@
-/* $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_linetmp.h,v 1.2 2002/02/22 21:32:58 dawes Exp $ */
 
-static __inline void TAG(ffb_line)(GLcontext *ctx, ffb_vertex *v0, 
+static INLINE void TAG(ffb_line)(GLcontext *ctx, ffb_vertex *v0, 
                                   ffb_vertex *v1 )
 {
        ffbContextPtr fmesa = FFB_CONTEXT(ctx);