Changeset 1433
- Timestamp:
- Jun 8, 2004, 10:44:20 AM (17 years ago)
- Location:
- to-imperative/trunk/library/include/refal
- Files:
-
- 14 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/library/include/refal/Arithm.hh
r1103 r1433 26 26 RF_DECL (GCD); 27 27 28 RF_DECL (Neg);29 30 28 } 31 29 -
to-imperative/trunk/library/include/refal/Bit.hh
r1297 r1433 30 30 RF_DECL (Bit_m_Clear); 31 31 32 RF_DECL (Bit_m_Length);33 34 32 RF_DECL (Bit_m_Print); 35 33 34 RF_DECL (Bit_m_Length); 36 35 37 36 } -
to-imperative/trunk/library/include/refal/ShortArithm.hh
r1104 r1433 26 26 RF_DECL (GCD); 27 27 28 RF_DECL (Neg);29 30 28 } 31 29 -
to-imperative/trunk/library/include/refal/StdIO.hh
r1150 r1433 12 12 { 13 13 14 extern Expr StdIn;14 extern const Expr StdIn; 15 15 16 extern Expr StdOut;16 extern const Expr StdOut; 17 17 18 extern Expr StdErr;18 extern const Expr StdErr; 19 19 20 20 RF_DECL (Channel); -
to-imperative/trunk/library/include/refal/Vector.hh
r1040 r1433 26 26 RF_DECL (Vector_m_Set); 27 27 28 RF_DECL (Vector_m_Replace); 29 28 RF_DECL (Vector_m_Replace); 29 30 30 RF_DECL (Subvector); 31 31 32 32 RF_DECL (Subvector_m_Fill); 33 33
Note: See TracChangeset
for help on using the changeset viewer.