~ubuntu-branches/ubuntu/oneiric/swig1.3/oneiric

« back to all changes in this revision

Viewing changes to Source/Modules/allegrocl.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-20 18:33:37 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080620183337-hockvwcewu29409c
Tags: 1.3.35-4ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop support for pike.
  - Use python2.5 instead of python2.4.
  - use php5
  - Clean Runtime/ as well.
  - Force a few environment variables.
  - debian/Rules (clean): Remove Lib/ocaml/swigp4.ml.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * ALLEGROCL language module for SWIG.
8
8
 * ----------------------------------------------------------------------------- */
9
9
 
10
 
char cvsroot_allegrocl_cxx[] = "$Id: allegrocl.cxx 10162 2007-11-21 21:33:42Z mutandiz $";
 
10
char cvsroot_allegrocl_cxx[] = "$Id: allegrocl.cxx 10264 2008-02-25 22:06:29Z wsfulton $";
11
11
 
12
12
#include "swigmod.h"
13
13
#include "cparse.h"
1597
1597
  Printf(f_cl, "%s\n", f_clhead);
1598
1598
  Printf(f_cl, "%s\n", f_clwrap);
1599
1599
 
1600
 
  Printf(stderr, "All done now!\n");
1601
 
 
1602
1600
  Close(f_cl);
1603
1601
  Delete(f_cl);                 // Delete the handle, not the file
1604
1602
  Delete(f_clhead);