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

« back to all changes in this revision

Viewing changes to src/c/time.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:
70
70
        /* INV: number_minusp() makes sure `z' is real */
71
71
        if (number_minusp(z))
72
72
                cl_error(9, @'simple-type-error', @':format-control',
73
 
                            make_constant_string("Not a non-negative number ~S"),
 
73
                            make_constant_base_string("Not a non-negative number ~S"),
74
74
                            @':format-arguments', cl_list(1, z),
75
75
                            @':expected-type', @'real', @':datum', z);
76
76
#ifdef HAVE_NANOSLEEP