From f9ff2657c4ee289edacd583b0ee943cb7356fc3b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 25 Feb 2003 19:30:27 +0000 Subject: assorted clean-ups and improvements --- src/mesa/main/nvprogram.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mesa/main/nvprogram.h') diff --git a/src/mesa/main/nvprogram.h b/src/mesa/main/nvprogram.h index c58b0edf5d9..b41dc950970 100644 --- a/src/mesa/main/nvprogram.h +++ b/src/mesa/main/nvprogram.h @@ -1,4 +1,4 @@ -/* $Id: nvprogram.h,v 1.3 2003/02/23 05:23:54 brianp Exp $ */ +/* $Id: nvprogram.h,v 1.4 2003/02/25 19:30:29 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -55,8 +55,8 @@ _mesa_assign_program_registers(struct symbol_table *symbolTable); extern void _mesa_set_program_error(GLcontext *ctx, GLint pos, const char *string); -extern const char * -_mesa_find_line_column(const char *string, const char *pos, +extern const GLubyte * +_mesa_find_line_column(const GLubyte *string, const GLubyte *pos, GLint *line, GLint *col); extern void -- cgit v1.2.3