aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-01-13 16:27:57 +0000
committerdos-reis <gdr@axiomatics.org>2009-01-13 16:27:57 +0000
commit839f230416f2e0c5d8efcf778edeee3a31ac8f7b (patch)
tree5d168c8de1ff4598d4d1d0be4e99f62cc894d1de /src/algebra/Makefile.in
parent8d490e2e4c1babdbf34c28e3c334ba3c8cf16c27 (diff)
downloadopen-axiom-839f230416f2e0c5d8efcf778edeee3a31ac8f7b.tar.gz
* algebra/net.spad.pamphlet (InputByteConduit): Add readInt8!,
readInt16!, readInt32!, readUInt8!, readUInt16!, readUInt32!.
Diffstat (limited to 'src/algebra/Makefile.in')
-rw-r--r--src/algebra/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in
index 6f2f5a6d..206fe452 100644
--- a/src/algebra/Makefile.in
+++ b/src/algebra/Makefile.in
@@ -458,7 +458,7 @@ axiom_algebra_layer_6_objects = \
axiom_algebra_layer_7 = \
BTCAT BTCAT- LNAGG LNAGG- FMCAT IDPOAM \
IFAMON GRALG GRALG- FLAGG FLAGG- \
- INT8 INT16 INT32 UNIT6 UINT16 UINT32
+ INT8 INT16 INT32 UINT8 UINT16 UINT32
axiom_algebra_layer_7_nrlibs = \
$(addsuffix .NRLIB/code.$(FASLEXT),$(axiom_algebra_layer_7))