Release calc version 2.11.0t0

This commit is contained in:
Landon Curt Noll
1999-09-20 14:40:16 -07:00
parent b4e94b7eaa
commit 5307c4e16b
4 changed files with 46 additions and 64 deletions

6
func.c
View File

@@ -77,9 +77,9 @@ static VALUE f_fsize(VALUE *vp);
/*
* external declarations
*/
extern int errno; /* last system error */
extern char *sys_errlist[]; /* system error messages */
extern int sys_nerr; /* number of system errors */
extern int errno; /* last system error */
extern const char *const sys_errlist[]; /* system error messages */
extern int sys_nerr; /* number of system errors */
extern char cmdbuf[]; /* command line expression */
extern CONST char *error_table[E__COUNT+2]; /* calc coded error messages */
extern void matrandperm(MATRIX *M);