Smallish
[yaz-moved-to-github.git] / ccl / ccltoken.c
index edd2974..db6edd6 100644 (file)
@@ -2,7 +2,10 @@
  * Europagate, 1995
  *
  * $Log: ccltoken.c,v $
- * Revision 1.2  1995-09-27 15:02:44  quinn
+ * Revision 1.3  1995-09-29 17:12:00  quinn
+ * Smallish
+ *
+ * Revision 1.2  1995/09/27  15:02:44  quinn
  * Modified function heads & prototypes.
  *
  * Revision 1.1  1995/04/10  10:28:22  quinn
@@ -47,7 +50,7 @@ const char *ccl_token_or = "or";
 const char *ccl_token_not = "not";
 const char *ccl_token_set = "set";
 
-struct ccl_token MDF *ccl_tokenize (const char *command)
+struct ccl_token *ccl_tokenize (const char *command)
 {
     const char *cp = command;
     struct ccl_token *first = NULL;