X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/0bd984429304da7c1c5509103e3dc04149028a95..4f6d400bf0d6324faa343ea121f465017032d72b:/quis.c diff --git a/quis.c b/quis.c index bcf8d30..a43833d 100644 --- a/quis.c +++ b/quis.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: quis.c,v 1.4 1999/05/06 19:51:35 mdw Exp $ + * $Id: quis.c,v 1.5 1999/10/04 21:44:06 mdw Exp $ * * Setting the program name * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: quis.c,v $ + * Revision 1.5 1999/10/04 21:44:06 mdw + * Undefine PATHSEP when finished with. + * * Revision 1.4 1999/05/06 19:51:35 mdw * Reformatted the LGPL notice a little bit. * @@ -102,4 +105,6 @@ void ego(const char *p) pn__name = p; } +#undef PATHSEP + /*----- That's all, folks -------------------------------------------------*/