summaryrefslogtreecommitdiff
path: root/Build/source/texk/seetexk/gripes.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/seetexk/gripes.h')
-rw-r--r--Build/source/texk/seetexk/gripes.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/texk/seetexk/gripes.h b/Build/source/texk/seetexk/gripes.h
new file mode 100644
index 00000000000..87ebbb18b9e
--- /dev/null
+++ b/Build/source/texk/seetexk/gripes.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright (c) 1987, 1989 University of Maryland
+ * Department of Computer Science. All rights reserved.
+ * Permission to copy for any purpose is hereby granted
+ * so long as this copyright notice remains intact.
+ */
+
+/*
+ * Declarations for the various gripes.
+ */
+
+void GripeOutOfMemory(), GripeCannotGetFont(), GripeDifferentChecksums();
+void GripeMissingFontsPreventOutput(), GripeNoSuchFont();
+void GripeFontAlreadyDefined(), GripeUnexpectedDVIEOF(), GripeUnexpectedOp();
+void GripeMissingOp(), GripeCannotFindPostamble(), GripeMismatchedValue();
+void GripeUndefinedOp(), GripeBadGlyph();