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

« back to all changes in this revision

Viewing changes to src/c/structure.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:
119
119
                s = ecl_copy_structure(s);
120
120
                break;
121
121
        case t_cons:
122
 
        case t_string:
 
122
        case t_base_string:
123
123
        case t_bitvector:
124
124
        case t_vector:
125
125
                s = cl_copy_seq(s);