X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0334babd3b366359fa8879a07222e615d9d69459..2b63c01aa93210f7c6b812c135173812793c7176:/uip/mhlsbr.c diff --git a/uip/mhlsbr.c b/uip/mhlsbr.c index 7c13bec4..be63c25b 100644 --- a/uip/mhlsbr.c +++ b/uip/mhlsbr.c @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include #include @@ -868,7 +868,7 @@ process (char *folder, char *fname, int ofilen, int ofilec) struct mcomp *c1; struct stat st; - switch (m_setjmp (env)) { + switch (setjmp (env)) { case OK: if (fname) { fp = mhl_action ? (*mhl_action) (fname) : fopen (fname, "r"); @@ -1772,7 +1772,7 @@ mhlsbr (int argc, char **argv, FILE *(*action)()) char *cp = NULL; struct mcomp *c1; - switch (m_setjmp (mhlenv)) { + switch (setjmp (mhlenv)) { case OK: cp = invo_name; sleepsw = 0; /* XXX */