throw out a bunch more of 0x60 characters throughout code and comments

This commit is contained in:
tg
2004-04-17 00:47:20 +00:00
parent 72426f16e0
commit 8d3634d008
18 changed files with 190 additions and 178 deletions

3
syn.c
View File

@@ -1,3 +1,4 @@
/* $MirBSD: syn.c,v 1.2 2004/04/17 00:47:20 tg Exp $ */
/* $OpenBSD: syn.c,v 1.14 2003/10/22 07:40:38 jmc Exp $ */
/*
@@ -746,7 +747,7 @@ syntaxerr(what)
s = redir;
}
}
yyerror("syntax error: `%s' %s\n", s, what);
yyerror("syntax error: '%s' %s\n", s, what);
}
static void