File: AIX5MP.m4

package info (click to toggle)
pvm 3.4.6-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,236 kB
  • sloc: ansic: 72,074; makefile: 1,197; fortran: 631; sh: 512; csh: 74; asm: 37
file content (23 lines) | stat: -rw-r--r-- 798 bytes parent folder | download | duplicates (146)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
divert(-1)
undefine(`len')
#
#   This generates two copies of each libfpvm function, one with
#   a trailing underscore and one without, so the resulting libfpvm
#   works whether or not you use -qextname.
#   For more comments, see the HPPA m4 file.
define(`FUNCTION',ifdef(`USCORYES',`$1_',`$1'))

#define(`FUNCTION',`$1')
#
# FORTRAN character strings are passed as follows:
# a pointer to the base of the string is passed in the normal
# argument list, and the length is passed by value as an extra
# argument, after all of the other arguments.
#
define(`ARGS',`($1`'undivert(1))')
define(`SAVE',`divert(1)$1`'divert(0)')
define(`STRING_ARG',`$1_ptr`'SAVE(`, $1_len')')
define(`STRING_ARG_DECL',`char * $1_ptr; int $1_len')
define(`STRING_LEN',`$1_len')
define(`STRING_PTR',`$1_ptr')
divert(0)