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

« back to all changes in this revision

Viewing changes to Source/Preprocessor/expr.c

  • 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:
8
8
 * encountered during preprocessing.
9
9
 * ----------------------------------------------------------------------------- */
10
10
 
11
 
char cvsroot_expr_c[] = "$Id: expr.c 9635 2007-01-12 01:44:16Z beazley $";
 
11
char cvsroot_expr_c[] = "$Id: expr.c 10310 2008-03-17 00:36:35Z olly $";
12
12
 
13
13
#include "swig.h"
14
14
#include "preprocessor.h"
226
226
}
227
227
 
228
228
void Preprocessor_expr_delete(void) {
229
 
  Scanner_clear(scan);
230
229
  DelScanner(scan);
231
230
}
232
231