Changeset 637 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/VariableOpe.cpp
- Timestamp:
- Jun 11, 2008, 10:10:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/VariableOpe.cpp
r632 r637 962 962 963 963 Variable *pVar = new Variable( 964 compiler.GetNamespaceSupporter().GetLivingNamespaceScopes(), 965 name, 964 Symbol( compiler.GetNamespaceSupporter().GetLivingNamespaceScopes(), name ), 966 965 type, 967 966 isConst,
Note:
See TracChangeset
for help on using the changeset viewer.