Changeset 29 in dev for BasicCompiler_Common/Variable.cpp
- Timestamp:
- Jan 10, 2007, 2:27:58 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Variable.cpp
r27 r29 1080 1080 1081 1081 lstrcpy(pVar->name,name); 1082 pVar->fRef = 0; 1082 1083 if(dwFlag & DIMFLAG_CONST) pVar->bConst = true; 1083 1084 else pVar->bConst = false;
Note:
See TracChangeset
for help on using the changeset viewer.