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

Added missing extern void print_ignored_err(const char *s) statement.

parent 6149a496
No related branches found
No related tags found
No related merge requests found
#ifndef luatex_svn_revision_h
#define luatex_svn_revision_h
#define luatex_svn_revision 7645
#define luatex_svn_revision 7646
#endif
......@@ -50,6 +50,7 @@ extern char *last_error_context;
extern void set_last_error_context(void);
extern void print_err(const char *s);
extern void print_ignored_err(const char *s);
extern void fixup_selector(boolean log_opened);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment