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

« back to all changes in this revision

Viewing changes to examples/interface-general/libmex.dia.ref

  • 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
 
 
2
// load the shared library
 
3
 
 
4
 
 
5
exec loader.sce ;
 
6
shared archive loaded
 
7
Link done
 
8
shared archive loaded
 
9
 
 
10
 
 
11
if f1(89)<>89+2 then bugmes();quit;end
 
12
 
 
13
if f2(89)<>89+3 then bugmes();quit;end
 
14
 
 
15
if f3(89)<>89 then bugmes();quit;end
 
16
 
 
17
if f4(89)<>89+5 then bugmes();quit;end
 
18
 
 
19
 
 
20
 
 
21
 
 
22
 
 
23
 
 
24