Skip to content
Snippets Groups Projects
Commit cc3d1c46 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

w32 patch for errors.w (A. Kakuto)

parent b0296e9f
Branches
Tags
No related merge requests found
......@@ -240,6 +240,14 @@ convention is quite different.
@c
static const_string edit_value = EDITOR;
#if defined(WIN32)
static int
Isspace (char c)
{
return (c == ' ' || c == '\t');
}
#endif /* WIN32 */
__attribute__ ((noreturn))
static void luatex_calledit (int baseptr, int linenumber)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment