~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to routines/int/genmtran.c

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include "../machine.h"
2
 
typedef char integer1;
 
2
typedef signed char integer1;
3
3
typedef short integer2;
4
4
/*     Copyright INRIA */
5
5
 
51
51
    MTRAN(unsigned int);
52
52
    break;
53
53
  }
 
54
  return 0;
54
55
}
55
56