(att_mode, xyas, ownxy, prbuf): Get rid of s_char. Users changed.

(ATTRIBUTE): Don't disable use of gcc __attribute__ when s_char is
signed char.  All format strings are now char *.
This commit is contained in:
Markus Armbruster 2005-12-28 22:30:52 +00:00
parent 24a07cd249
commit 686eadad37
5 changed files with 10 additions and 13 deletions

View file

@ -53,8 +53,8 @@ struct range {
int height;
};
extern s_char *xyas(coord x, coord y, natid country);
extern s_char *ownxy(struct sctstr *sp);
extern char *xyas(coord x, coord y, natid country);
extern char *ownxy(struct sctstr *sp);
extern coord xrel(struct natstr *np, coord absx);
extern coord yrel(struct natstr *np, coord absy);
extern void xyrelrange(struct natstr *np, struct range *src,