summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegafonts/error_routines.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-01-12 07:38:12 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-01-12 07:38:12 +0000
commitd491195130658a9a332bf79d49dcc40a5af6244f (patch)
tree54ae3f1d1744402cf9d8e46859637f1a0d1685ff /Build/source/texk/web2c/omegafonts/error_routines.h
parent5cb06055479d9bec7529d480c5f65132ea180264 (diff)
texk/web2c: OFM2OPL & Co (Web and C): Non-zero return code in case of problems
git-svn-id: svn://tug.org/texlive/trunk@36035 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegafonts/error_routines.h')
-rw-r--r--Build/source/texk/web2c/omegafonts/error_routines.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/omegafonts/error_routines.h b/Build/source/texk/web2c/omegafonts/error_routines.h
index 6a707c77aa6..c27d1cd9f01 100644
--- a/Build/source/texk/web2c/omegafonts/error_routines.h
+++ b/Build/source/texk/web2c/omegafonts/error_routines.h
@@ -21,6 +21,8 @@ along with Omega; if not, write to the Free Software Foundation, Inc.,
*/
+extern int num_errors;
+
extern void lex_error_1(const_string, int);
extern void lex_error_s(const_string, const_string);
extern void lex_error_s_1(const_string, const_string, int);