From 83b3fe86b1c13f40a6be4580b4079980030a54a7 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Fri, 30 Mar 2018 15:35:05 +0100 Subject: Simplify gl loading by removing m4 and merging gldefs.h m4 has been removed, loadgl.c.in is now gl.c, gldefs.h and loadgl.h.in have now been merged into gl.h. loadgl.m4 has been transformed into glfunc.h which is being used in the way of a bie index file to generate information at 3 places. lgl_load is now gl_load and doesn't return anything, the jongjmp.h method of error handling was pre-emptive and for now this much simpler system will suffice. This means that lgl_strerror is no longer neede. --- glprog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glprog.c') diff --git a/glprog.c b/glprog.c index 84f2bab..19e0d44 100644 --- a/glprog.c +++ b/glprog.c @@ -5,8 +5,8 @@ #include #include "eprintf.h" +#include "gl.h" #include "glprog.h" -#include "loadgl.h" enum { LOGSIZE = 1024, -- cgit v1.2.3-54-g00ecf