Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: swig/Lib/attribute.i

Issue 553095: Checkin swig binaries for win, linux and Mac... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: '' Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « swig/Lib/allkw.swg ('k') | swig/Lib/carrays.i » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /* -----------------------------------------------------------------------------
2 * See the LICENSE file for information on copyright, usage and redistribution
3 * of SWIG, and the README file for authors - http://www.swig.org/release.html.
4 *
5 * attribute.i
6 *
7 * SWIG library file for implementing attributes.
8 * ----------------------------------------------------------------------------- */
9
10 /* we use a simple exception warning here */
11 %{
12 #include <stdio.h>
13 %}
14 #define %attribute_exception(code,msg) printf("%s\n",msg)
15
16 #ifndef %arg
17 #define %arg(x) x
18 #endif
19
20 #ifndef %mangle
21 #define %mangle(Type...) #@Type
22 #endif
23
24 %include <typemaps/attribute.swg>
OLDNEW
« no previous file with comments | « swig/Lib/allkw.swg ('k') | swig/Lib/carrays.i » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698