fix header guard

This commit is contained in:
anon 2024-07-08 17:37:00 +02:00
parent fbcdb11f96
commit bcfec9ee73

View File

@ -1,4 +1,4 @@
#ifndef TABLE_H_ #ifndef EAXHLA_H
#include <tommyds/tommyhashtbl.h> #include <tommyds/tommyhashtbl.h>
@ -28,5 +28,5 @@ extern void issue_error(const char * format, ...);
extern int is_program_found; extern int is_program_found;
#define TABLE_H_ #define EAXHLA_H
#endif #endif