Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 50485 invoked from network); 5 Aug 2004 20:26:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Aug 2004 20:26:03 -0000 Received: (qmail 87982 invoked by uid 500); 5 Aug 2004 20:26:03 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 87956 invoked by uid 500); 5 Aug 2004 20:26:02 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 87942 invoked by uid 99); 5 Aug 2004 20:26:02 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [80.91.224.249] (HELO main.gmane.org) (80.91.224.249) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 05 Aug 2004 13:25:58 -0700 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BsooD-0005yr-00 for ; Thu, 05 Aug 2004 22:25:54 +0200 Received: from adsl-34-76-42.mia.bellsouth.net ([67.34.76.42]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Aug 2004 22:25:53 +0200 Received: from joe+gmane by adsl-34-76-42.mia.bellsouth.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Aug 2004 22:25:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: apreq-dev@httpd.apache.org To: apreq-dev@httpd.apache.org From: Joe Schaefer Subject: Re: apreq_xs_tables.h w/o USE_ITHREADS Date: 05 Aug 2004 16:25:50 -0400 Lines: 15 Message-ID: <87smb1bacx.fsf@gemini.sunstarsys.com> References: <87fz719z2d.fsf@gemini.sunstarsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-34-76-42.mia.bellsouth.net Mail-Copies-To: never User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Randy Kobes writes: [...] > You're right - it's a different problem I'm having. Here's > what happens in compiling the perl glue (after > fixing the declaration of *d above): That's the aTHX call on line 262. Please reorder struct apreq_do_arg so that d->perl is the last attribute, and move the aTHX assignment to the end (of line 262). -- Joe Schaefer