primitives: fix effect of (clear-samples)

db4
Joe Groff 2011-10-31 00:17:01 -07:00
parent 125c46c10f
commit a08ba5103a
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ tuple
{ "(word)" "words.private" "primitive_word" ( name vocab hashcode -- word ) }
{ "profiling" "tools.profiler.sampling.private" "primitive_sampling_profiler" ( ? -- ) }
{ "(get-samples)" "tools.profiler.sampling.private" "primitive_get_samples" ( -- samples/f ) }
{ "(clear-samples)" "tools.profiler.sampling.private" "primitive_clear_samples" ( -- samples/f ) }
{ "(clear-samples)" "tools.profiler.sampling.private" "primitive_clear_samples" ( -- ) }
} [ first4 make-primitive ] each
! Bump build number