summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Kreen2008-02-28 10:03:38 +0000
committerMarko Kreen2008-02-28 10:03:38 +0000
commit57d3476d32d57fe33bdad9df8bd6ca602d0dfd76 (patch)
treed1ed9705866185fbb659dd6e40c7ddfbff4158f1
parent64cf02fe503d4169181bb971828c10ccbb2f6780 (diff)
add comment
-rw-r--r--python/modules/cquoting.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/modules/cquoting.c b/python/modules/cquoting.c
index 7d22e1ec..ff06972b 100644
--- a/python/modules/cquoting.c
+++ b/python/modules/cquoting.c
@@ -1,3 +1,6 @@
+/*
+ * Fast quoting functions for Python.
+ */
#define PY_SSIZE_T_CLEAN
#include <Python.h>