Browse Source

no-op table on par with main dispatcher

tags/R300_DRIVER_0
Daniel Borca 22 years ago
parent
commit
722cb89a13
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/glapi/glapi.c

+ 1
- 1
src/mesa/glapi/glapi.c View File

@@ -95,7 +95,7 @@ warn(void)


#define KEYWORD1 static
#define KEYWORD2
#define KEYWORD2 GLAPIENTRY
#define NAME(func) NoOp##func

#define F NULL

Loading…
Cancel
Save