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

« back to all changes in this revision

Viewing changes to Examples/test-suite/template_explicit.i

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-09-01 18:35:55 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050901183555-eq59uwhq8b62e44c
Tags: 1.3.24-1ubuntu4
* Use php5-dev instead of php4-dev, to kick php4 out of main.
* Drop support for generation of pike bindings, as nothing uses it,
  and swig is the only thing keeping pike7.6 in main (Ubuntu #13796)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
%warnfilter(801) vector<int>;         /* Ruby, wrong class name */
5
5
%warnfilter(801) vector<double>;      /* Ruby, wrong class name */
6
6
%warnfilter(801) vector<int (*)[10]>; /* Ruby, wrong class name */
7
 
#pragma SWIG nowarn=320
 
7
 
 
8
// #pragma is used for warnings that are not associated to
 
9
// specific nodes.
 
10
#pragma SWIG nowarn=-320
 
11
 
8
12
 
9
13
/* Let's just grab the original header file here */
10
14