Changeset 654 for cpp


Ignore:
Timestamp:
04/20/17 21:08:19 (7 years ago)
Author:
Maciej Komosinski
Message:

More strict checking for improper flag/type combinations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/param/param.cpp

    r650 r654  
    796796                if (pe->fun1 == NULL)
    797797                        err = "no procedure defined";
     798                if (pe->flags & PARAM_READONLY)
     799                        err = "function can't be PARAM_READONLY";
    798800        }
    799801        else
Note: See TracChangeset for help on using the changeset viewer.