Rev 15410 | Rev 15414 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15410 | Rev 15411 | ||
---|---|---|---|
Line 234... | Line 234... | ||
234 | if(thispol==0) continue; |
234 | if(thispol==0) continue; |
235 | if(non) lineaccess^=thispol; |
235 | if(non) lineaccess^=thispol; |
236 | linepol|=thispol; |
236 | linepol|=thispol; |
237 | } |
237 | } |
238 | if(linepol==0 || (linepol&lineaccess)!=linepol) continue; |
238 | if(linepol==0 || (linepol&lineaccess)!=linepol) continue; |
- | 239 | if(refuse) |
|
239 | if |
240 | if (isclass) user_error("no_access_class"); else user_error("no_access"); |
- | 241 | else return; |
|
240 | } |
242 | } |
241 | /* end of limited access */ |
243 | /* end of limited access */ |
242 | } |
244 | } |