-/* $Id: errwarn.c,v 1.18 2001/08/18 22:15:12 peter Exp $
+/* $Id: errwarn.c,v 1.19 2001/08/18 23:05:37 peter Exp $
* Error and warning reporting and related functions.
*
* Copyright (C) 2001 Peter Johnson
"expression syntax error",
"floating-point constant encountered in `%s'",
"non-floating-point value encountered in `%s'",
- "could not open file `%s'"
+ "could not open file `%s'",
+ "error when reading from file"
};
/* Warning messages. Match up with warn_num enum in errwarn.h. */
-/* $Id: errwarn.h,v 1.12 2001/08/18 22:15:12 peter Exp $
+/* $Id: errwarn.h,v 1.13 2001/08/18 23:05:37 peter Exp $
* Error and warning reporting and related functions header file.
*
* Copyright (C) 2001 Peter Johnson
ERR_EXPR_SYNTAX,
ERR_DECLDATA_FLOAT,
ERR_DECLDATA_EXPR,
- ERR_FILE_OPEN
+ ERR_FILE_OPEN,
+ ERR_FILE_READ
} err_num;
/* Warning constants. Match up with warn_msgs in errwarn.c. */
-/* $Id: errwarn.c,v 1.18 2001/08/18 22:15:12 peter Exp $
+/* $Id: errwarn.c,v 1.19 2001/08/18 23:05:37 peter Exp $
* Error and warning reporting and related functions.
*
* Copyright (C) 2001 Peter Johnson
"expression syntax error",
"floating-point constant encountered in `%s'",
"non-floating-point value encountered in `%s'",
- "could not open file `%s'"
+ "could not open file `%s'",
+ "error when reading from file"
};
/* Warning messages. Match up with warn_num enum in errwarn.h. */
-/* $Id: errwarn.h,v 1.12 2001/08/18 22:15:12 peter Exp $
+/* $Id: errwarn.h,v 1.13 2001/08/18 23:05:37 peter Exp $
* Error and warning reporting and related functions header file.
*
* Copyright (C) 2001 Peter Johnson
ERR_EXPR_SYNTAX,
ERR_DECLDATA_FLOAT,
ERR_DECLDATA_EXPR,
- ERR_FILE_OPEN
+ ERR_FILE_OPEN,
+ ERR_FILE_READ
} err_num;
/* Warning constants. Match up with warn_msgs in errwarn.c. */