Rename dup to duplicate.

From-SVN: r5915
This commit is contained in:
Richard Stallman 1993-10-27 06:14:56 +00:00
parent 4cfe753245
commit 61ccad3f2b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ define_operator(neverneverland, abort\(\), (()))
# Stack manipulations.
define_operator(drop, 0, ((, (SI))))
define_operator(dup, 0, ((, (SI), (SI, SI))))
define_operator(duplicate, 0, ((, (SI), (SI, SI))))
define_operator(over, 0, ((, (SI), (SI, SI))))
# Adjust stack pointer