~ubuntu-branches/ubuntu/lucid/pdl/lucid

« back to all changes in this revision

Viewing changes to Basic/Core/typemap.pdl

  • Committer: Bazaar Package Importer
  • Author(s): Ben Gertzfield
  • Date: 2002-04-08 18:47:16 UTC
  • Revision ID: james.westby@ubuntu.com-20020408184716-0hf64dc96kin3htp
Tags: upstream-2.3.2
ImportĀ upstreamĀ versionĀ 2.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TYPEMAP
 
2
pdl*    T_PDL
 
3
pdl *   T_PDL
 
4
Logical T_IV
 
5
float   T_NV
 
6
 
 
7
INPUT
 
8
 
 
9
T_PDL
 
10
        $var = PDL->SvPDLV($arg)
 
11
 
 
12
 
 
13
OUTPUT
 
14
 
 
15
T_PDL
 
16
        PDL->SetSV_PDL($arg,$var);