]> git.decadent.org.uk Git - ion3.git/blob - libextl/extl.h
[svn-inject] Installing original source of ion3
[ion3.git] / libextl / extl.h
1 /*
2  * libextl/extl.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2005.
5  *
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.
10  */
11
12 #ifndef LIBEXTL_EXTL_H
13 #define LIBEXTL_EXTL_H
14
15 #include "luaextl.h"
16
17 /* Keywords for libextl-mkexports script */
18
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
25
26 #endif /* LIBEXTL_EXTL_H */