fix redundant #defines

Removed from errsym.h (as built by errcode -d via the Makefile),
E__NONE, E__BASE, E__USERDEF, and E__USERMAX.  These symbols were
also defined in errtbl.h, which is NOW the place of the #define.

Update .gitigore with another temporary file.
This commit is contained in:
Landon Curt Noll
2023-09-13 20:55:22 -07:00
parent 40c8f875c1
commit 3b9393a8ac
5 changed files with 16 additions and 19 deletions

View File

@@ -37,6 +37,7 @@
#include "nametype.h"
#include "file.h"
#include "config.h"
#include "errtbl.h"
#include "attribute.h"