X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/c846879ccf3e86ea293c157f4aa2ff8716fb5b4c..d94be36654214c09fa6510611658325a84d5cfa7:/quis.c diff --git a/quis.c b/quis.c index d1005f9..a43833d 100644 --- a/quis.c +++ b/quis.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: quis.c,v 1.3 1999/05/05 18:50:31 mdw Exp $ + * $Id: quis.c,v 1.5 1999/10/04 21:44:06 mdw Exp $ * * Setting the program name * @@ -22,13 +22,20 @@ * GNU Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with mLib; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * License along with mLib; if not, write to the Free + * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, + * MA 02111-1307, USA. */ /*----- 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. + * * Revision 1.3 1999/05/05 18:50:31 mdw * Change licensing conditions to LGPL. * @@ -98,4 +105,6 @@ void ego(const char *p) pn__name = p; } +#undef PATHSEP + /*----- That's all, folks -------------------------------------------------*/