Skip to content

Commit

Permalink
Change InstallValue -> InstallGlobalFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 10, 2024
1 parent 6f972b0 commit fd3196f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/transducers.gd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ DeclareGlobalFunction( "TransposedTransducer" );
##
#V HashPair
##
DeclareGlobalVariable("HashPair");
DeclareGlobalFunction("HashPair");

#############################################################################
##
Expand Down
2 changes: 1 addition & 1 deletion lib/transducers.gi
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ end );
##
#V HashPair
##
InstallValue(HashPair, s->HashKeyBag(s,57,0,12));
InstallGlobalFunction(HashPair, s->HashKeyBag(s,57,0,12));

#############################################################################
##
Expand Down

0 comments on commit fd3196f

Please sign in to comment.