syntax error

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-cherylfoil@10791 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Cheryl Foil 2008-08-18 18:37:41 +00:00
commit 6c646831c3

View file

@ -7,5 +7,5 @@
\param y int y
\return the gcd */
extern int gcd(int x, int y);
extern double Foo; /*!< description of double foo
extern double Foo; /*!< description of double foo */
%}