diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-22 10:26:11 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-22 10:26:11 +0000 |
commit | 9851f69c06e0d488d7011ab29649bf9cc5c42108 (patch) | |
tree | bddc8a86b9143c8a028b1b246ed31f067f64006b /pp.c | |
parent | 20896112130a9b4a4cb85e4d0533df4c08faf441 (diff) | |
download | perl-9851f69c06e0d488d7011ab29649bf9cc5c42108.tar.gz |
Snapshot the cross-compilation/multiarchitecture stuff
(currently broken in next)
p4raw-id: //depot/cfgperl@3012
Diffstat (limited to 'pp.c')
-rw-r--r-- | pp.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -78,6 +78,9 @@ typedef unsigned UBW; #define SIZE16 2 #define SIZE32 4 +/* CROSSCOMPILE and MULTIARCH are going to affect pp_pack() and pp_unpack(). + --jhi Feb 1999 */ + #if SHORTSIZE != SIZE16 || LONGSIZE != SIZE32 # define PERL_NATINT_PACK #endif |