From: Stefan Schantl Date: Sun, 29 Sep 2019 09:53:46 +0000 (+0200) Subject: perl: Fix comments outside of a C code block. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46fbc9756adac6f6c59cda853f7fea42d116b1c9;p=people%2Fsennis%2Flibloc.git perl: Fix comments outside of a C code block. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- 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;