Changeset 97 in dev for BasicCompiler_Common/VariableOpe.cpp
- Timestamp:
- Apr 16, 2007, 3:52:40 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/VariableOpe.cpp
r88 r97 240 240 } 241 241 242 void GetWithName(char *buffer){ 243 extern WITHINFO WithInfo; 244 int i; 245 246 buffer[0]=0; 247 for(i=0;i<WithInfo.num;i++) 248 lstrcat(buffer,WithInfo.ppName[i]); 249 } 250 242 251 bool FormatUseProcReturnObject( const char *term, char *procName, char *parameter, CClass::RefType &refType, char *member ){ 243 252 int p1 = 0, p2 = 0; … … 1173 1182 } 1174 1183 1175 1176 1184 //構文を解析 1177 1185 int SubScripts[MAX_ARRAYDIM];
Note:
See TracChangeset
for help on using the changeset viewer.