~laney/ubuntu/quantal/swig2.0/guile-2.0

« back to all changes in this revision

Viewing changes to Source/Modules/allegrocl.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Landschoff
  • Date: 2010-12-19 18:25:59 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101219182559-8lh77o66bo890jwo
Tags: 2.0.1-1
* Merge new upstream release 2.0.1.
* Remove dependency on quilt and usage in debian/rules, the new source
  format will take care of that.
* Remove patch fix-cleaning.diff (applied upstream).
* Remove patch keep_docs.diff (applied upstream).

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 * ALLEGROCL language module for SWIG.
12
12
 * ----------------------------------------------------------------------------- */
13
13
 
14
 
char cvsroot_allegrocl_cxx[] = "$Id: allegrocl.cxx 11935 2010-03-10 19:38:24Z mutandiz $";
 
14
char cvsroot_allegrocl_cxx[] = "$Id: allegrocl.cxx 12108 2010-06-10 01:13:31Z ianlancetaylor $";
15
15
 
16
16
#include "swigmod.h"
17
17
#include "cparse.h"
1709
1709
   We don't need a dispatch function in the C++ wrapper
1710
1710
   code; we want it over on the lisp side. */
1711
1711
 
 
1712
#define Swig_overload_rank Allegrocl_swig_overload_rank
 
1713
 
1712
1714
#define MAX_OVERLOAD 256
1713
1715
 
1714
1716
/* Overload "argc" and "argv" */