diff options
| author | Tyge Løvset <[email protected]> | 2022-01-02 14:18:22 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-01-02 14:18:22 +0100 |
| commit | 9826f52e385e1ec019c63fd483f1c8acccf4a360 (patch) | |
| tree | 415a95e035b35995781392f04cf0c0bcb986b41c /include/stc/cstack.h | |
| parent | 8134d0f62ebc659741131eb79cec4fdcf5f774f7 (diff) | |
| download | STC-modified-9826f52e385e1ec019c63fd483f1c8acccf4a360.tar.gz STC-modified-9826f52e385e1ec019c63fd483f1c8acccf4a360.zip | |
Simplified and improved linkage configuration. Reorganized crandom.h a bit.
May define "i_opt c_shared", or "i_opt c_static" to specify individual container linkage, based on if STC_HEADER is defined,
i.e static linkage is default, STC_HEADER defined makes shared symbols default.
Diffstat (limited to 'include/stc/cstack.h')
| -rw-r--r-- | include/stc/cstack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cstack.h b/include/stc/cstack.h index 5999441e..bdf6090b 100644 --- a/include/stc/cstack.h +++ b/include/stc/cstack.h @@ -20,11 +20,11 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
+#include "ccommon.h"
#ifndef CSTACK_H_INCLUDED
#define CSTACK_H_INCLUDED
#include <stdlib.h>
-#include "ccommon.h"
#include "forward.h"
#endif // CSTACK_H_INCLUDED
|
