diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-02 05:21:42 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-02 05:21:42 +0000 |
commit | 587a3eb1ae3f4e39ba293b5f397b5241c0fee54d (patch) | |
tree | 1a36c43e4d00626696bcb49ca3cbd5a4ae0cad5f /src/config/lexparse.c | |
parent | ccdf2a1af57d2ee5012ac1c3d46be24519b4f31d (diff) | |
download | tipidee-587a3eb1ae3f4e39ba293b5f397b5241c0fee54d.tar.xz |
More doc; unify tipidee-config exit codes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/config/lexparse.c')
-rw-r--r-- | src/config/lexparse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/lexparse.c b/src/config/lexparse.c index da9d7f5..99693a5 100644 --- a/src/config/lexparse.c +++ b/src/config/lexparse.c @@ -15,7 +15,6 @@ #include <tipidee/config.h> #include "tipidee-config-internal.h" -#define dienomem() strerr_diefu1sys(111, "stralloc_catb") #define dietoobig() strerr_diefu1sys(100, "read configuration") typedef struct mdt_s mdt, *mdt_ref ; |