Release calc version 2.11.0t10

This commit is contained in:
Landon Curt Noll
1999-11-11 05:15:39 -08:00
parent 86c8e6dcf1
commit 96c34adee3
283 changed files with 2380 additions and 3032 deletions

View File

@@ -77,7 +77,7 @@ run run_state = RUN_UNKNOWN; /* calc startup and run state */
* global permissions
*/
int allow_read = TRUE; /* FALSE => may not open any files for reading */
int allow_write = TRUE; /* FALSE => may not open any files for writing */
int allow_write = TRUE; /* FALSE => may not open any files for writing */
int allow_exec = TRUE; /* FALSE => may not execute any commands */
@@ -285,7 +285,7 @@ reinitialize(void)
* cvmalloc_error - for users of the SGI Workshop Debugger
*
* usage:
* message - error message passed along via libmalloc_cv.a
* message - error message passed along via libmalloc_cv.a
*/
void
cvmalloc_error(char *message)