[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[SWIG] Can the Ruby bindings use "#ifdef SWIG<LANG>" instead of "%typemap(ruby, ...)"

From: Kouhei Sutou <kou_at_cozmixng.org>
Date: 2006-04-15 06:48:17 CEST

Hi,

Since SWIG 1.3.29,

  %typemap(ruby, ...) ... { ... }

is deprecated. So SWIG 1.3.29 prints warning message:

  Warning(124): Specifying the language name in %typemap is deprecated
  - use #ifdef SWIG<LANG> instead.

I want the Ruby bindings to use

  #ifdef SWIGRUBY
  %typemap(...) ... { ... }
  #endif

style instead of

  %typemap(ruby, ...) ... { ... }

Can I change current style?

Thanks,

--
kou
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 15 06:49:03 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.