Improved installation. Moved header files to include/yaz.
[yaz-moved-to-github.git] / ccl / cclerrms.c
index c8c7d78..553af28 100644 (file)
  * Europagate, 1995
  *
  * $Log: cclerrms.c,v $
- * Revision 1.5  1997-04-30 08:52:06  quinn
+ * Revision 1.8  1999-11-30 13:47:11  adam
+ * Improved installation. Moved header files to include/yaz.
+ *
+ * Revision 1.7  1998/02/11 11:53:33  adam
+ * Changed code so that it compiles as C++.
+ *
+ * Revision 1.6  1997/09/29 08:56:37  adam
+ * Changed CCL parser to be thread safe. New type, CCL_parser, declared
+ * and a create/destructers ccl_parser_create/ccl_parser/destory has
+ * been added.
+ *
+ * Revision 1.5  1997/04/30 08:52:06  quinn
  * Null
  *
  * Revision 1.4  1996/10/11  15:00:24  adam
  *
  */
 
-char *err_msg_array[] = {
+/* Chas: Required for the correct definition of ccl_err_msg */
+#include <yaz/yaz-ccl.h>
+
+static char *err_msg_array[] = {
     "Ok",
     "Search word expected",
     "')' expected",