Rename dup to duplicate.
authorRichard Stallman <rms@gnu.org>
Wed, 27 Oct 1993 06:14:56 +0000 (06:14 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 27 Oct 1993 06:14:56 +0000 (06:14 +0000)
From-SVN: r5915

gcc/bytecode.def

index d146eebf55257223469e0eb887df8130d51dc078..5b24df70ed672c5f287ed89efd61331e893e0dc9 100644 (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