]> diplodocus.org Git - nmh/blobdiff - sbr/icalparse.y
Tell make that uip/mhical.c depends on sbr/icalparse.h
[nmh] / sbr / icalparse.y
index 7549aa64ffb1f6f60ffd837620f8520d198d8648..bc05139236bdbef23a99fd4cab0551485b3060d3 100644 (file)
@@ -34,7 +34,7 @@
     */
 
 #include "h/mh.h"
-#include "error.h"
+#include "sbr/error.h"
 #include "h/icalendar.h"
 #include "h/utils.h"
 
@@ -355,8 +355,7 @@ icalerror (const char *error)
         } else {
             inform ("%s", error);
         }
-        parser_status = -1;
-        return -1;
+        return 1;
     }
 
     return 0;  /* The return value isn't used anyway. */