Release calc version 2.11.0t1

This commit is contained in:
Landon Curt Noll
1999-09-23 21:24:49 -07:00
parent 5307c4e16b
commit bad4535616
24 changed files with 233 additions and 223 deletions

View File

@@ -45,7 +45,7 @@
#include <sys/types.h>
#include <sys/stat.h>
MAIN
int
main(void)
{
#if !defined(OFF_T_NON_SCALAR)
@@ -79,5 +79,6 @@ main(void)
#else
printf("#undef HAVE_OFF_T_SCALAR /* off_t is not a simple value */\n");
#endif
exit(0);
/* exit(0); */
return 0;
}