chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
7bd2091
)
Undefine PATHSEP when finished with.
author
mdw
<mdw>
Mon, 4 Oct 1999 21:44:06 +0000
(21:44 +0000)
committer
mdw
<mdw>
Mon, 4 Oct 1999 21:44:06 +0000
(21:44 +0000)
quis.c
patch
|
blob
|
blame
|
history
diff --git
a/quis.c
b/quis.c
index bcf8d30a29f46e42a897cde233ad6708062de08b..a43833d182292899a5a444b6766bb7dc95d55d7c 100644
(file)
--- a/
quis.c
+++ b/
quis.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-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
*
*
* Setting the program name
*
@@
-30,6
+30,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: quis.c,v $
/*----- 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.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;
}
pn__name = p;
}
+#undef PATHSEP
+
/*----- That's all, folks -------------------------------------------------*/
/*----- That's all, folks -------------------------------------------------*/