]> diplodocus.org Git - nmh/blobdiff - sbr/icalparse.y
Tell make that uip/mhical.c depends on sbr/icalparse.h
[nmh] / sbr / icalparse.y
index ef302001132c906e244de54a9ef2637eab97ba3a..bc05139236bdbef23a99fd4cab0551485b3060d3 100644 (file)
@@ -34,6 +34,7 @@
     */
 
 #include "h/mh.h"
+#include "sbr/error.h"
 #include "h/icalendar.h"
 #include "h/utils.h"
 
@@ -354,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. */