From: Mike Taylor Date: Thu, 20 Dec 2007 13:52:06 +0000 (+0000) Subject: Correct comment-syntax! X-Git-Tag: CPAN.1.12~34 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=d30bd0e1b07ea995b0b3c52c4a0907651046c67a Correct comment-syntax! --- diff --git a/SimpleServer.xs b/SimpleServer.xs index 3493be0..5a3156f 100644 --- a/SimpleServer.xs +++ b/SimpleServer.xs @@ -1,5 +1,5 @@ /* - * $Id: SimpleServer.xs,v 1.80 2007-12-10 09:37:00 mike Exp $ + * $Id: SimpleServer.xs,v 1.81 2007-12-20 13:52:06 mike Exp $ * ---------------------------------------------------------------------- * * Copyright (c) 2000-2004, Index Data. @@ -1482,7 +1482,7 @@ bend_initresult *bend_init(bend_initrequest *q) href = newHV(); - ### These should be given initial values from the client + /* ### These should be given initial values from the client */ hv_store(href, "IMP_ID", 6, newSVpv("", 0), 0); hv_store(href, "IMP_NAME", 8, newSVpv("", 0), 0); hv_store(href, "IMP_VER", 7, newSVpv("", 0), 0);