fix broken padding
This commit is contained in:
parent
e4bcc5e8a2
commit
0b982a72fe
@ -27,8 +27,6 @@
|
||||
|
||||
#define LOCAL_newline LOCAL->newline_
|
||||
#define REMOTE_newline(wid) REMOTE(wid)->newline_
|
||||
#define LOCAL_FormatInfo LOCAL->FormatInfo_
|
||||
#define REMOTE_FormatInfo(wid) REMOTE(wid)->FormatInfo_
|
||||
#define LOCAL_AtPrompt LOCAL->AtPrompt_
|
||||
#define REMOTE_AtPrompt(wid) REMOTE(wid)->AtPrompt_
|
||||
#define LOCAL_Prompt LOCAL->Prompt_
|
||||
|
@ -18,7 +18,6 @@ typedef struct worker_local {
|
||||
|
||||
|
||||
bool newline_;
|
||||
struct format_status* FormatInfo_;
|
||||
Atom AtPrompt_;
|
||||
char Prompt_[MAX_PROMPT+1];
|
||||
encoding_t encoding_;
|
||||
|
@ -18,7 +18,6 @@ static void InitWorker(int wid) {
|
||||
|
||||
|
||||
REMOTE_newline(wid) = true;
|
||||
REMOTE_FormatInfo(wid) = NULL;
|
||||
REMOTE_AtPrompt(wid) = AtomNil;
|
||||
|
||||
REMOTE_encoding(wid) = Yap_DefaultEncoding();
|
||||
|
@ -66,7 +66,6 @@ static void RestoreWorker(int wid USES_REGS) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
REMOTE_GlobalArena(wid) = TermToGlobalOrAtomAdjust(REMOTE_GlobalArena(wid));
|
||||
|
@ -20,8 +20,6 @@ bool within_print_message =false
|
||||
//
|
||||
bool newline =true
|
||||
|
||||
struct format_status* FormatInfo =NULL
|
||||
|
||||
Atom AtPrompt =AtomNil
|
||||
char Prompt[MAX_PROMPT+1] void
|
||||
|
||||
|
1217
os/format.c
1217
os/format.c
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user