public
Description: Io programming language
Homepage: http://iolanguage.com
Clone URL: git://github.com/stevedekorte/io.git
Fix building the Python addon:
Remove stray comment markers from IoPython.h
mkhl (author)
Wed Mar 26 08:36:35 -0700 2008
commit  f83ddc599f8324859889a0878d52d5053dec2d79
tree    059edb8ec1469d1a381b9443f438af252ed5033f
parent  cec73d45de840049308c036955a7d2fdf73836b3
...
1
2
3
4
5
6
7
8
...
 
1
 
2
 
3
4
5
0
@@ -1,8 +1,5 @@
0
-/*
0
 //metadoc copyright Steve Dekorte 2002
0
-*/
0
 //metadoc license BSD revised
0
-*/
0
 
0
 #ifndef IOPYTHON_DEFINED
0
 #define IOPYTHON_DEFINED 1

Comments

    No one has commented yet.