aboutsummaryrefslogtreecommitdiff
path: root/lib/getdate.y
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-13 08:59:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-13 08:59:53 +0000
commit57f67d0241d858cdcaa52e0681ba7c6a67d00ea8 (patch)
treea15b435966e965c346b3bd4b993e29da897f3a03 /lib/getdate.y
parentd50c9218c7a185d4d2a8dc46d31688476cc2df81 (diff)
added a comment about this not being the original getdate.y version, it has
been modified
Diffstat (limited to 'lib/getdate.y')
-rw-r--r--lib/getdate.y3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/getdate.y b/lib/getdate.y
index 10acdba88..41fb6f8d2 100644
--- a/lib/getdate.y
+++ b/lib/getdate.y
@@ -5,6 +5,9 @@
** a couple of people on Usenet. Completely overhauled by Rich $alz
** <rsalz@bbn.com> and Jim Berets <jberets@bbn.com> in August, 1990.
**
+** This code has been modified since it was included in curl, to make it
+** thread-safe and to make compilers complain less about it.
+**
** This code is in the public domain and has no copyright.
*/