ExternalFunction.st
changeset 1286 4270a0b4917d
parent 1267 e285a3a94d9e
child 1317 cc737e0fdf48
--- a/ExternalFunction.st	Thu Apr 25 13:16:22 1996 +0200
+++ b/ExternalFunction.st	Thu Apr 25 18:02:18 1996 +0200
@@ -94,6 +94,9 @@
     - however, this is still in construction and NOT yet published for 
       general use. For now, either use inline C-code, or use the customFunction call
       mechanism.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -412,6 +415,6 @@
 !ExternalFunction class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ExternalFunction.st,v 1.7 1996-04-23 14:39:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExternalFunction.st,v 1.8 1996-04-25 15:59:43 cg Exp $'
 ! !
 ExternalFunction initialize!