Released version 3-2014010504
[notion/jeffpc.git] / libextl / extl.h
blob8de38d3e38b5e5ca4eb695b8da3277380f20d55d
1 /*
2 * libextl/extl.h
4 * Copyright (c) Tuomo Valkonen 1999-2005.
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
12 #ifndef LIBEXTL_EXTL_H
13 #define LIBEXTL_EXTL_H
15 #include "luaextl.h"
17 /* Keywords for libextl-mkexports script */
19 #define EXTL_EXPORT
20 #define EXTL_EXPORT_AS(T, F)
21 #define EXTL_EXPORT_MEMBER
22 #define EXTL_CLASS(CLS, PARCLS)
23 #define EXTL_SAFE
24 #define EXTL_UNTRACED
26 #endif /* LIBEXTL_EXTL_H */