Changeset 700 in dev for trunk/ab5.0/abdev/ab_common/src/Lexical/Const.cpp
- Timestamp:
- Jul 21, 2008, 1:04:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/ab_common/src/Lexical/Const.cpp
r640 r700 123 123 124 124 //データ 125 lstrcpy(temporary,parameterStr+i+1);125 strcpy(temporary,parameterStr+i+1); 126 126 127 127 this->Put( new ConstMacro( symbol, parameters, temporary ) );
Note:
See TracChangeset
for help on using the changeset viewer.