Skip to content

Commit

Permalink
Cleanup rebase mess
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspf committed Mar 30, 2017
1 parent 6ae7d82 commit 0e063b4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/gap.c
Expand Up @@ -3285,7 +3285,6 @@ void InitializeGap (

JumpToCatchFunc = 0;

sysargv = argv;
sysenviron = environ;

/* get info structures for the build in modules */
Expand Down
2 changes: 1 addition & 1 deletion src/sage_interface.c
Expand Up @@ -114,7 +114,7 @@ char* libgap_get_error()

void libgap_finish_interaction()
{
while (Symbol != S_EOF)
while (TLS(Symbol) != S_EOF)
GetSymbol();
stdin_buffer = NULL;

Expand Down
1 change: 1 addition & 0 deletions src/scanner.c
Expand Up @@ -2427,6 +2427,7 @@ void PutChrTo (

}
}
#endif

/****************************************************************************
**
Expand Down
1 change: 1 addition & 0 deletions src/sysfiles.c
Expand Up @@ -2891,6 +2891,7 @@ Char * SyFgets (
return libgap_get_input(line, length);
// return syFgets( line, length, fid, 1);
#endif
}

Char *SyFgetsSemiBlock (
Char * line,
Expand Down

0 comments on commit 0e063b4

Please sign in to comment.