Changeset 73 in dev for BasicCompiler_Common/Variable.cpp
- Timestamp:
- Mar 16, 2007, 11:07:14 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Variable.cpp
r68 r73 819 819 820 820 char temporary[VN_SIZE]; 821 extern S UBINFO*pCompilingSubInfo;821 extern SubInfo *pCompilingSubInfo; 822 822 if(pCompilingSubInfo){ 823 823 GetNowStaticVarFullName(VarName,temporary); … … 1100 1100 //初期値の型を判別して自動的に型情報を付加する 1101 1101 TYPEINFO BaseType = GetStringTypeInfo(); 1102 int result = NumOpe_GetType ( InitBuf, &BaseType, &pTypeInfo->u.lpIndex );1102 int result = NumOpe_GetType_Old( InitBuf, &BaseType, &pTypeInfo->u.lpIndex ); 1103 1103 1104 1104 //エラーの場合 … … 1130 1130 1131 1131 BOOL GetNowStaticVarFullName(char *VarName,char *FullName){ 1132 extern S UBINFO*pCompilingSubInfo;1132 extern SubInfo *pCompilingSubInfo; 1133 1133 if(!pCompilingSubInfo) return 0; 1134 1134
Note:
See TracChangeset
for help on using the changeset viewer.