From patchwork Mon Jul 26 16:25:40 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Jelinek X-Patchwork-Id: 59927 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 5EFEBB6EF1 for ; Tue, 27 Jul 2010 02:23:36 +1000 (EST) Received: (qmail 10483 invoked by alias); 26 Jul 2010 16:23:32 -0000 Received: (qmail 10458 invoked by uid 22791); 26 Jul 2010 16:23:29 -0000 X-SWARE-Spam-Status: No, hits=-6.1 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_HI, SPF_HELO_PASS, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Jul 2010 16:23:22 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o6QGNKkW018380 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 26 Jul 2010 12:23:20 -0400 Received: from tyan-ft48-01.lab.bos.redhat.com (tyan-ft48-01.lab.bos.redhat.com [10.16.42.4]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o6QGNJQL002665 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 26 Jul 2010 12:23:20 -0400 Received: from tyan-ft48-01.lab.bos.redhat.com (tyan-ft48-01.lab.bos.redhat.com [127.0.0.1]) by tyan-ft48-01.lab.bos.redhat.com (8.14.4/8.14.4) with ESMTP id o6QGPeN8010036 for ; Mon, 26 Jul 2010 18:25:40 +0200 Received: (from jakub@localhost) by tyan-ft48-01.lab.bos.redhat.com (8.14.4/8.14.4/Submit) id o6QGPeTE010035 for gcc-patches@gcc.gnu.org; Mon, 26 Jul 2010 18:25:40 +0200 Date: Mon, 26 Jul 2010 18:25:40 +0200 From: Jakub Jelinek To: gcc-patches@gcc.gnu.org Subject: [committed] Further small libgomp.texi adjustments for Fortran Message-ID: <20100726162540.GQ18378@tyan-ft48-01.lab.bos.redhat.com> Reply-To: Jakub Jelinek MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-12-10) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Hi! Couple of Fortran interfaces in the documentation didn't have function keywords, fixed thusly, committed to trunk. 2010-07-26 Jakub Jelinek * libgomp.texi: Add function keyword to a couple of Fortran interfaces, use integer instead of int for Fortran. Jakub --- libgomp/libgomp.texi (revision 162538) +++ libgomp/libgomp.texi (working copy) @@ -192,7 +192,7 @@ which enclose the calling call. @item @emph{Fortran}: @multitable @columnfractions .20 .80 -@item @emph{Interface}: @tab @code{integer omp_get_active_level()} +@item @emph{Interface}: @tab @code{integer function omp_get_active_level()} @end multitable @item @emph{See also}: @@ -220,7 +220,7 @@ zero to @code{omp_get_level} -1 is retur @item @emph{Fortran}: @multitable @columnfractions .20 .80 -@item @emph{Interface}: @tab @code{integer omp_get_ancestor_thread_num(level)} +@item @emph{Interface}: @tab @code{integer function omp_get_ancestor_thread_num(level)} @item @tab @code{integer level} @end multitable @@ -279,7 +279,7 @@ which enclose the calling call. @item @emph{Fortran}: @multitable @columnfractions .20 .80 -@item @emph{Interface}: @tab @code{integer omp_level()} +@item @emph{Interface}: @tab @code{integer function omp_level()} @end multitable @item @emph{See also}: @@ -304,7 +304,7 @@ This function obtains the maximum allowe @item @emph{Fortran}: @multitable @columnfractions .20 .80 -@item @emph{Interface}: @tab @code{int omp_get_max_active_levels()} +@item @emph{Interface}: @tab @code{integer function omp_get_max_active_levels()} @end multitable @item @emph{See also}: