~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/c/number.d

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2006-06-21 09:21:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060621092121-txz1f21lj0wh0f67
Tags: 0.9h-20060617-1
* New upstream version
* Updated standards version without real changes. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
#endif /* WITH_GMP */
72
72
        }
73
73
        cl_error(9, @'simple-type-error', @':format-control',
74
 
                    make_constant_string("Not a non-negative fixnum ~S"),
 
74
                    make_constant_base_string("Not a non-negative fixnum ~S"),
75
75
                    @':format-arguments', cl_list(1,x),
76
76
                    @':expected-type', cl_list(3, @'integer', MAKE_FIXNUM(0), MAKE_FIXNUM(MOST_POSITIVE_FIXNUM)),
77
77
                    @':datum', x);