From patchwork Sun Sep 29 09:53:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2435 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 46h1812Qg8z42TG for ; Sun, 29 Sep 2019 09:53:53 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 46h17z6k4qz2fK; Sun, 29 Sep 2019 09:53:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 46h17z59bRz2ydG; Sun, 29 Sep 2019 09:53:51 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 46h17x36W1z2ydG; Sun, 29 Sep 2019 09:53:49 +0000 (UTC) Received: from tuxedo.stevee (213162073174.public.t-mobile.at [213.162.73.174]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 46h17w5v88z2MB; Sun, 29 Sep 2019 09:53:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1569750829; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=eXNMIDNgI0cUH5SVImOUbmUnq7kHmo3ewJi/VPhYFDk=; b=d1UvWU+HhWhWcVP8YlHs0JyZMTbZb3wMTJCLYz/8g0ekZcE6Aq19cfbcvYDVgK3j+uEJZ6 PsEjvbbanK+X0nuSDsiW78in+qzTvq1hqW1jmt9bSGMVyd/Zy48b4ypHFgI/Qb484Ugzem THKJBVFqCiJt3CXqTnvBg5vd67YzlSOTjuhaLg1f8uJx3yRFjUL3yGH1cp1UTPCX8HHsYw JtQJ7/YmqdSQbKrGI3XBuoIgVYFlqPwUnoNEqeVCa9RKC4uLiSPHFZi73vtLTJ55DbD/f4 Qh2vbQa3/5HUwCPC7z7hjS1cK84dqSnTGSGYfa/FspCxv1QExESSPlHYM01gbw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1569750829; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=eXNMIDNgI0cUH5SVImOUbmUnq7kHmo3ewJi/VPhYFDk=; b=ngZUZ0V1lYG1VMheDUtE62QeVE+AfyQOTEID/89fvnv9Wg0rE9KL9YB1bpuf1KLyvD7aUZ C5gbUO9YcfKnCcAA== From: Stefan Schantl To: development@lists.ipfire.org, 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 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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;