diff options
author | dos-reis <gdr@axiomatics.org> | 2009-03-26 14:06:40 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2009-03-26 14:06:40 +0000 |
commit | 6cb0dc4a2050e8191f61e42a365ec77dd9a3e051 (patch) | |
tree | a0f34f766daad36295110038a91b5acdb0a2bdfd /src/algebra/Makefile.pamphlet | |
parent | bec1b2699335ba5795cfe36de4f899c8d9567d6d (diff) | |
download | open-axiom-6cb0dc4a2050e8191f61e42a365ec77dd9a3e051.tar.gz |
* boot/ast.boot (nativeType): Accept int16 and int32.
(getFFIDatatype): Accept ReadWrite modifier.
* algebra/data.spad.pamphlet (Int32): New.
(UInt64): Likewise.
* algebra/Makefile.pamphlet (axiom_algebra_layer_7): Include INT64
and UINT64.
Diffstat (limited to 'src/algebra/Makefile.pamphlet')
-rw-r--r-- | src/algebra/Makefile.pamphlet | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/algebra/Makefile.pamphlet b/src/algebra/Makefile.pamphlet index 85249ac1..42aa4dd1 100644 --- a/src/algebra/Makefile.pamphlet +++ b/src/algebra/Makefile.pamphlet @@ -410,7 +410,8 @@ axiom_algebra_layer_6_objects = \ axiom_algebra_layer_7 = \ BTCAT BTCAT- LNAGG LNAGG- FMCAT IDPOAM \ IFAMON GRALG GRALG- FLAGG FLAGG- \ - INT8 INT16 INT32 UINT8 UINT16 UINT32 + INT8 INT16 INT32 INT64 UINT8 UINT16 \ + UINT32 UINT64 axiom_algebra_layer_7_nrlibs = \ $(addsuffix .NRLIB/code.$(FASLEXT),$(axiom_algebra_layer_7)) |