Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2007-04-07 12:39:47 -05:00
commit 9e40875bcc
1 changed files with 0 additions and 13 deletions

View File

@ -137,17 +137,6 @@ void unix_constants()
}
int main() {
//grovel(char);
//grovel(int);
//grovel(uint);
//grovel(long);
//grovel(ulong);
//grovel(long long);
//grovel(unsigned long long);
//grovel(void*);
//grovel(char*);
#ifdef FREEBSD
grovel(blkcnt_t);
grovel(blksize_t);
@ -164,7 +153,5 @@ int main() {
unix_constants();
#endif
grovel(long);
return 0;
}