summaryrefslogtreecommitdiffstats
path: root/lasso/lasso.c
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-07-15 10:42:38 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-07-15 10:42:38 +0000
commit2b209ad4bd58e1f9480a671bbc82e36e3950d6c1 (patch)
treeb03cc3cf3b584d8a07150a245c2f73a0a707b9f3 /lasso/lasso.c
parent4c6de60cca9603de5fd58655e0e8bc1a01c830ae (diff)
downloadlasso-2b209ad4bd58e1f9480a671bbc82e36e3950d6c1.tar.gz
lasso-2b209ad4bd58e1f9480a671bbc82e36e3950d6c1.tar.xz
lasso-2b209ad4bd58e1f9480a671bbc82e36e3950d6c1.zip
replaced C++ // comments with C /* */ comments before we fall on a pre-C99
compiler.
Diffstat (limited to 'lasso/lasso.c')
-rw-r--r--lasso/lasso.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lasso/lasso.c b/lasso/lasso.c
index a1877f54..686eb0d5 100644
--- a/lasso/lasso.c
+++ b/lasso/lasso.c
@@ -37,9 +37,9 @@ int lasso_init()
/* Init libxml and libxslt libraries */
xmlInitParser();
- //LIBXML_TEST_VERSION
- // xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS;
- //xmlSubstituteEntitiesDefault(1);
+ /*LIBXML_TEST_VERSION*/
+ /* xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS; */
+ /* xmlSubstituteEntitiesDefault(1); */
/* Init xmlsec library */
if(xmlSecInit() < 0) {