Changeset 88 in dev for BasicCompiler_Common/VariableOpe.cpp
- Timestamp:
- Apr 2, 2007, 12:10:02 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/VariableOpe.cpp
r87 r88 220 220 if(lpIndex==-1) lstrcpy(name,"VoidPtr"); 221 221 else{ 222 if( House::Meta::procPointers[lpIndex]->ReturnType().IsNull() )222 if( Smoothie::Meta::procPointers[lpIndex]->ReturnType().IsNull() ) 223 223 lstrcpy(name,"*Sub"); 224 224 else lstrcpy(name,"*Function");
Note:
See TracChangeset
for help on using the changeset viewer.