From 56cc59cf44ec64440ba4d1c0d005196195c758e6 Mon Sep 17 00:00:00 2001 From: hugues Date: Sat, 25 Mar 2006 15:07:51 +0000 Subject: Nettoyage du repository glagen git-svn-id: file:///usr/local/opt/svn/repos/glagen@12 0f7e0d06-a6f9-0310-a55f-d5f984f55e4c --- dll/includes/errors.hh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dll/includes/errors.hh (limited to 'dll/includes/errors.hh') diff --git a/dll/includes/errors.hh b/dll/includes/errors.hh new file mode 100644 index 0000000..00267fb --- /dev/null +++ b/dll/includes/errors.hh @@ -0,0 +1,19 @@ +/* +** +** GLAGEN Project Errors values +** 2002 aug 25 +** +** (made by hiegel_h) +*/ + +#define ERR_ARGNUM 1 +#define ERR_OPENFILE 2 + +#define ERR_NOLIBARG 3 +#define ERR_LIBMISSING 4 +#define ERR_OPENLIB 2 +#define ERR_LIBSYMBOL 10 +#define ERR_LIBNAME 11 + +#define ERR_NOROOTLIB 21 + -- cgit v1.2.3