Merge branch 'master' into accurate
This commit is contained in:
commit
c71996c203
1 changed files with 4 additions and 0 deletions
|
@ -95,7 +95,11 @@ static const struct
|
||||||
{"ORG", "BALLOS", rBallos, sizeof(rBallos)},
|
{"ORG", "BALLOS", rBallos, sizeof(rBallos)},
|
||||||
{"ORG", "BDOWN", rBreakDown, sizeof(rBreakDown)},
|
{"ORG", "BDOWN", rBreakDown, sizeof(rBreakDown)},
|
||||||
{"ORG", "CEMETERY", rCemetery, sizeof(rCemetery)},
|
{"ORG", "CEMETERY", rCemetery, sizeof(rCemetery)},
|
||||||
|
#ifdef NONPORTABLE
|
||||||
|
{"ORG", "Curly", rCurly, sizeof(rCurly)},
|
||||||
|
#else
|
||||||
{"ORG", "CURLY", rCurly, sizeof(rCurly)},
|
{"ORG", "CURLY", rCurly, sizeof(rCurly)},
|
||||||
|
#endif
|
||||||
{"ORG", "DR", rDr, sizeof(rDr)},
|
{"ORG", "DR", rDr, sizeof(rDr)},
|
||||||
{"ORG", "ENDING", rEnding, sizeof(rEnding)},
|
{"ORG", "ENDING", rEnding, sizeof(rEnding)},
|
||||||
{"ORG", "ESCAPE", rEscape, sizeof(rEscape)},
|
{"ORG", "ESCAPE", rEscape, sizeof(rEscape)},
|
||||||
|
|
Loading…
Add table
Reference in a new issue