1
0
forked from GitHub/gf-rgl

fix missing lock_Sub1000 warning

This commit is contained in:
krasimir
2008-02-29 15:34:05 +00:00
parent b768a4fe52
commit 2513b80fd2

View File

@@ -73,7 +73,7 @@ lin pot3 n = {
n = Pl
} ;
lin pot3plus n m = {
s = \\c => (pot3 n).s ! NCard DMascIndef ++ case m.i of {False => []; True => "è"} ++ m.s ! c ;
s = \\c => (pot3 (n ** {lock_Sub1000=<>})).s ! NCard DMascIndef ++ case m.i of {False => []; True => "è"} ++ m.s ! c ;
n = Pl
} ;