Fix: also redefine LLsafeerror
This commit is contained in:
parent
b0ea434716
commit
7894646cff
@ -1248,6 +1248,7 @@ correct_prefix()
|
|||||||
if (s) {
|
if (s) {
|
||||||
fprintf(f, "#define LLsymb %ssymb\n", s);
|
fprintf(f, "#define LLsymb %ssymb\n", s);
|
||||||
fprintf(f, "#define LLerror %serror\n", s);
|
fprintf(f, "#define LLerror %serror\n", s);
|
||||||
|
fprintf(f, "#define LLsafeerror %ssafeerror\n", s);
|
||||||
fprintf(f, "#ifndef LL_FASTER\n#define LLscan %sscan\n#endif\n", s);
|
fprintf(f, "#ifndef LL_FASTER\n#define LLscan %sscan\n#endif\n", s);
|
||||||
fprintf(f, "#define LLscnt %sscnt\n", s);
|
fprintf(f, "#define LLscnt %sscnt\n", s);
|
||||||
fprintf(f, "#define LLtcnt %stcnt\n", s);
|
fprintf(f, "#define LLtcnt %stcnt\n", s);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user