repo.or.cz
/
mp-5.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Rewritten mp.normalize_version() using inverse callings.
[mp-5.x.git]
/
tools
/
undesc_actions.mpsl
blob
f65a520be34420c9c68d0c03a8e6e1362e204f36
1
/* Prints all actions without description (C) Angel Ortega 2006 */
2
3
foreach(a, keys(mp.actions)) {
4
if (!exists(mp.actdesc, a))
5
print("mp.actdesc['", a, "'] = LL('');\n");
6
}