ADD_NAME_STR(context, ___LINE__, "__LINE__");
ADD_NAME_STR(context, ___FILE__, "__FILE__");
- ADD_NAME(context, __VERSION__);
+ ADD_NAME_STR(context, ___VERSION__, "__VERSION__");
ADD_NAME(context, optimize);
ADD_NAME(context, debug);
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#include "sl_pp_macro.h"
#include "sl_pp_process.h"
(*pi)++;
return 0;
}
- if (macro_name == context->dict.__VERSION__) {
+ if (macro_name == context->dict.___VERSION__) {
if (!mute && _out_number(context, state, 110)) {
return -1;
}