Skip to content
Snippets Groups Projects
  • Glauber Costa's avatar
    58954552
    remove newline() function for console · 58954552
    Glauber Costa authored
    Our console write() takes 3 parameters. The last one controls whether or not we
    will issue a newline at the end of input. If it is true, we will call the
    console's implementation of newline(). It is always passed as false, though.
    Remove it and fix the callers.
    58954552
    History
    remove newline() function for console
    Glauber Costa authored
    Our console write() takes 3 parameters. The last one controls whether or not we
    will issue a newline at the end of input. If it is true, we will call the
    console's implementation of newline(). It is always passed as false, though.
    Remove it and fix the callers.