~ubuntu-branches/ubuntu/feisty/pvm/feisty

« back to all changes in this revision

Viewing changes to conf/AIX56K64.m4

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2006-08-09 00:00:40 UTC
  • mfrom: (2.1.5 dapper)
  • Revision ID: james.westby@ubuntu.com-20060809000040-16kh33tmxx2em716
Tags: 3.4.5-7
Build with SHELL=/bin/bash in debian/rules; fixes FTBFS when /bin/sh
isn't bash. (Closes: #379543)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
divert(-1)
 
2
undefine(`len')
 
3
#
 
4
#   This generates two copies of each libfpvm function, one with
 
5
#   a trailing underscore and one without, so the resulting libfpvm
 
6
#   works whether or not you use -qextname.
 
7
#   For more comments, see the HPPA m4 file.
 
8
define(`FUNCTION',ifdef(`USCORYES',`$1_',`$1'))
 
9
 
 
10
#define(`FUNCTION',`$1')
 
11
#
 
12
# FORTRAN character strings are passed as follows:
 
13
# a pointer to the base of the string is passed in the normal
 
14
# argument list, and the length is passed by value as an extra
 
15
# argument, after all of the other arguments.
 
16
#
 
17
define(`ARGS',`($1`'undivert(1))')
 
18
define(`SAVE',`divert(1)$1`'divert(0)')
 
19
define(`STRING_ARG',`$1_ptr`'SAVE(`, $1_len')')
 
20
define(`STRING_ARG_DECL',`char * $1_ptr; int $1_len')
 
21
define(`STRING_LEN',`$1_len')
 
22
define(`STRING_PTR',`$1_ptr')
 
23
divert(0)