- Timestamp:
- 04/20/17 21:08:19 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/param.cpp
r650 r654 796 796 if (pe->fun1 == NULL) 797 797 err = "no procedure defined"; 798 if (pe->flags & PARAM_READONLY) 799 err = "function can't be PARAM_READONLY"; 798 800 } 799 801 else
Note: See TracChangeset
for help on using the changeset viewer.