author | obua |
Wed, 11 Jul 2007 11:47:59 +0200 | |
changeset 23770 | 2711e0285072 |
parent 23769 | 7bc32680a495 |
child 23771 | bde6db239efa |
--- a/src/Pure/ML-Systems/smlnj.ML Wed Jul 11 11:47:24 2007 +0200 +++ b/src/Pure/ML-Systems/smlnj.ML Wed Jul 11 11:47:59 2007 +0200 @@ -77,6 +77,9 @@ (*dummy implementation*) fun print x = x; +(*dummy implementation*) +fun makestring x = "dummy string for SML New Jersey"; + (* toplevel pretty printing (see also Pure/install_pp.ML) *)