Commit 79a8aaa8 by Doug Evans

(check_newline): HANDLE_PRAGMA returns terminating char as result now.

From-SVN: r11155
parent 7ec6d4d9
......@@ -402,7 +402,7 @@ check_newline ()
return handle_sysv_pragma (finput, c);
#else /* !HANDLE_SYSV_PRAGMA */
#ifdef HANDLE_PRAGMA
HANDLE_PRAGMA (finput, c);
return HANDLE_PRAGMA (finput, c);
#endif /* HANDLE_PRAGMA */
goto skipline;
#endif /* !HANDLE_SYSV_PRAGMA */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment