Skip to content
Snippets Groups Projects
Commit b7302ca8 authored by Florian Gerber's avatar Florian Gerber
Browse files

Merge branch 'master' of git.math.uzh.ch:reinhard.furrer/dotCall64 into HEAD

parents 065a47fc dabd370a
No related branches found
No related tags found
No related merge requests found
...@@ -64,8 +64,6 @@ int str2intent(SEXP str) { ...@@ -64,8 +64,6 @@ int str2intent(SEXP str) {
switch(p[i]) { switch(p[i]) {
case('r'): x |= INTENT_READ; break; case('r'): x |= INTENT_READ; break;
case('w'): x |= INTENT_WRITE; break; case('w'): x |= INTENT_WRITE; break;
// case('c'): x |= INTENT_COPY; break; // disabled
// case('s'): x |= INTENT_SPEED; break;
default: error(_("unknown intent '%c'"), p[i]); default: error(_("unknown intent '%c'"), p[i]);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment