Changeset 736 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/StrOperation.cpp
- Timestamp:
- Aug 25, 2008, 5:38:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/StrOperation.cpp
r727 r736 391 391 if( esc == ESC_OPERATOR ) 392 392 { 393 extern char *calcNames[256];393 extern char const *calcNames[256]; 394 394 unsigned char calcId = temporary[i+2]; 395 395 if( calcNames[calcId] )
Note:
See TracChangeset
for help on using the changeset viewer.