catching up on lots of changes.

This commit is contained in:
Adam D. Ruppe 2012-08-11 00:24:04 -04:00
parent ca50fc2016
commit 5b816cb7e7
13 changed files with 1325 additions and 621 deletions

2
sha.d
View file

@ -134,7 +134,7 @@ struct FileByByte {
fclose(fp);
}
@property void popFront() {
void popFront() {
f = cast(ubyte) fgetc(fp);
}