From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: location@lists.ipfire.org Subject: [PATCH] perl: Fix comments outside of a C code block. Date: Sun, 29 Sep 2019 11:53:46 +0200 Message-ID: <20190929095346.10556-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0141633044208576401==" List-Id: --===============0141633044208576401== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Stefan Schantl --- src/perl/Location/Location.xs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/perl/Location/Location.xs b/src/perl/Location/Location.xs index 9e98aed..f94ca31 100644 --- a/src/perl/Location/Location.xs +++ b/src/perl/Location/Location.xs @@ -56,9 +56,9 @@ init(file) OUTPUT: RETVAL -/* - * Database functions - */ +# +# Database functions +# const char* get_vendor(db) struct loc_database* db; @@ -69,9 +69,9 @@ get_vendor(db) OUTPUT: RETVAL -/* - * Lookup functions - */ +# +# Lookup functions +# char* lookup_country_code(db, address) struct loc_database* db; -- 2.20.1 --===============0141633044208576401==--