summaryrefslogtreecommitdiff
path: root/Build/source/texk/seetexk/gripes.h
blob: 87ebbb18b9e0a9419b90bd14652fa897c0b8b9b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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();