kmx git
Register
kc3-lang/ftgl
kc3-lang
Login
kc3-lang
/
ftgl
Browse
Commit
Author :
marcelo
Date :
2003-01-14 16:08:38
Hash :
eda18707
Message :
The parser in the IRIX C++ compiler has a bug and the result of: new (Type*)[size] is of type "Type*" instead of "Type**". Work arround it by typedef'ing TypeP which is just Type*.