Skip to content

Commit

Permalink
Fake version of TimeConstrained.
Browse files Browse the repository at this point in the history
  • Loading branch information
corywalker committed Aug 24, 2017
1 parent 05d206a commit 00a682a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
10 changes: 9 additions & 1 deletion expreduce/builtin_system.go
Expand Up @@ -609,6 +609,14 @@ func GetSystemDefinitions() (defs []Definition) {
defs = append(defs, Definition{Name: "ClearAttributes"})
defs = append(defs, Definition{Name: "Protect"})
defs = append(defs, Definition{Name: "Unprotect"})
defs = append(defs, Definition{Name: "Quiet"})
defs = append(defs, Definition{
Name: "Quiet",
OmitDocumentation: true,
})
defs = append(defs, Definition{
Name: "TimeConstrained",
OmitDocumentation: true,
})
//defs = append(defs, Definition{Name: "Throw"})
return
}

0 comments on commit 00a682a

Please sign in to comment.