We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831502c commit ef9cb47Copy full SHA for ef9cb47
2 files changed
libcob.h
@@ -37,6 +37,7 @@ extern "C" {
37
#include <libcob/strings.h>
38
#include <libcob/termio.h>
39
#include <libcob/intrinsic.h>
40
+#include <libcob/codegen.h>
41
42
#ifdef __cplusplus
43
}
libcob/numeric.c
@@ -30,12 +30,10 @@
30
/* Force symbol exports */
31
#define COB_LIB_EXPIMP
32
33
+#define COB_LIB_INCLUDE
34
#include "libcob.h"
35
#include "coblocal.h"
36
-#define COB_LIB_INCLUDE
-#include "codegen.h"
-
#define DECIMAL_NAN -128
#define DECIMAL_CHECK(d1,d2) \
if (unlikely(d1->scale == DECIMAL_NAN || d2->scale == DECIMAL_NAN)) { \
0 commit comments