Commit de055102 authored by Wayne Davison's avatar Wayne Davison

Allow function return values to start with "const".

parent c1456d83
...@@ -58,7 +58,7 @@ BEGIN { ...@@ -58,7 +58,7 @@ BEGIN {
next; next;
} }
!/^OFF_T|^size_t|^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time/ { !/^OFF_T|^size_t|^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time|^const/ {
next; next;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment