SCM Repository
[smlnj] / sml / branches / rt-transition / runtime / smlnj-rt-lib / record-concat.c |
Diff of /sml/branches/rt-transition/runtime/smlnj-rt-lib/record-concat.c
Parent Directory
|
Revision Log
|
Patch
revision 2981, Sat Apr 12 15:56:39 2008 UTC | revision 2982, Sat Apr 12 16:08:19 2008 UTC | |
---|---|---|
# | Line 27 | Line 27 |
27 | ml_val_t res = RecordConcat (msp, r1, r2); | ml_val_t res = RecordConcat (msp, r1, r2); |
28 | ||
29 | if (res == ML_unit) | if (res == ML_unit) |
30 | return RAISE_ERROR(msp, "recordconcat: not a record"); | return RAISE_ERROR(msp, "recordConcat: not a record"); |
31 | else | else |
32 | return res; | return res; |
33 | } | } |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |