Updates to the 'simple' example for the Pike module.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4752 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Logan Johnson 2003-04-30 19:56:57 +00:00
commit 3684a6a3a7
3 changed files with 8 additions and 8 deletions

View file

@ -2,4 +2,4 @@
%module example
extern int gcd(int x, int y);
/* extern double Foo; */
extern double Foo;