diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:30:27 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:30:27 +0000 |
commit | 74406b49ab73cdf1b4225ec21a60616110d06c2e (patch) | |
tree | ef8ec4114e9274ebe4a375965bd67c144be0865e /Build/source/texk/seetexk/gripes0.c | |
parent | ac4c4a45682b1157c58076c40c943a3d9a2cad77 (diff) |
towards TL2010: texk/seetexk
git-svn-id: svn://tug.org/texlive/trunk@15973 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/seetexk/gripes0.c')
-rw-r--r-- | Build/source/texk/seetexk/gripes0.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/seetexk/gripes0.c b/Build/source/texk/seetexk/gripes0.c index 6e9c0a572ad..fc45ce4e5f9 100644 --- a/Build/source/texk/seetexk/gripes0.c +++ b/Build/source/texk/seetexk/gripes0.c @@ -22,7 +22,7 @@ extern int errno; * Cannot allocate memory. */ void -GripeOutOfMemory(int n, char *why) +GripeOutOfMemory(int n, const char *why) { error(1, -1, "ran out of memory allocating %d bytes for %s", n, why); @@ -34,7 +34,7 @@ GripeOutOfMemory(int n, char *why) * RETURNS TO CALLER */ void -GripeCannotGetFont(char *name, i32 mag, i32 dsz, char *dev, char *fullname) +GripeCannotGetFont(const char *name, i32 mag, i32 dsz, const char *dev, const char *fullname) { int e = errno; char scale[40]; @@ -63,7 +63,7 @@ GripeCannotGetFont(char *name, i32 mag, i32 dsz, char *dev, char *fullname) * RETURNS TO CALLER */ void -GripeDifferentChecksums(char *font, i32 tfmsum, i32 fontsum) +GripeDifferentChecksums(const char *font, i32 tfmsum, i32 fontsum) { error(0, 0, "\ |