Skip to content

Commit

Permalink
Fixed 'AbortWhen...' missed on commit of [afedc58], replaced with pro…
Browse files Browse the repository at this point in the history
…per 'HandleDecl...'.
  • Loading branch information
andreas-kupries committed Nov 5, 2015
1 parent 0b3f32a commit 4f20732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/critcl/critcl.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ proc ::critcl::cconst {name rtype rvalue} {
# funciton body.

SkipIgnored [set file [This]]
AbortWhenCalledAfterBuild
HandleDeclAfterBuild

# A void result does not make sense for constants.
if {$rtype eq "void"} {
Expand Down

0 comments on commit 4f20732

Please sign in to comment.