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

« back to all changes in this revision

Viewing changes to Lib/allegrocl/allegrocl.swg

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-11-10 16:29:56 UTC
  • mfrom: (1.2.8 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20081110162956-xue6itkuqhbza87s
Tags: 1.3.36-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop pike and libchicken-dev from the build-depends 
    (both are universe)
  - Use python2.5 instead of python2.4.
  - use php5
  - Clean Runtime/ as well.
  - debian/Rules (clean): Remove Lib/ocaml/swigp4.ml.
  - drop "--without-mzscheme", we don't have it in our build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
%typemap(lispclass) double "cl:double-float";
138
138
%typemap(lispclass) char * "cl:string";
139
139
 
 
140
%typemap(out) void                          "";
140
141
%typemap(out) bool                          "$result = (int)$1;";
141
142
%typemap(out) char, unsigned char, signed char,
142
143
              short, signed short, unsigned short,
143
144
              int, signed int, unsigned int,
144
145
              long, signed long, unsigned long,
145
 
              float, double, long double, char *, void *, void,
 
146
              float, double, long double, char *, void *,
146
147
              enum SWIGTYPE, SWIGTYPE *,
147
148
              SWIGTYPE[ANY], SWIGTYPE &    "$result = $1;";
148
149
#ifdef __cplusplus
245
246
#endif
246
247
 
247
248
%insert("lisphead") %{
248
 
;; $Id: allegrocl.swg 9901 2007-08-16 18:39:50Z mutandiz $
 
249
;; $Id: allegrocl.swg 10450 2008-05-14 22:12:31Z wsfulton $
249
250
 
250
251
(eval-when (compile load eval)
251
252