PrimNd.st
changeset 263 3b21d0991eff
parent 261 0372e948ca2d
child 940 84c858922dc3
--- a/PrimNd.st	Thu Apr 25 18:48:24 1996 +0200
+++ b/PrimNd.st	Thu Apr 25 19:09:53 1996 +0200
@@ -51,6 +51,9 @@
     primitive directive (in the primitives first lines comment) may specify an
     optional primitive; these are compiled on systems which do support binary code
     loading, and ignored completely on others.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -136,5 +139,5 @@
 !PrimitiveNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/PrimNd.st,v 1.14 1996-04-25 11:14:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/PrimNd.st,v 1.15 1996-04-25 17:08:39 cg Exp $'
 ! !