Remove garbage chararcters
authorStefan Vogel <sv@exept.de>
Thu, 08 Feb 2007 13:57:08 +0100
changeset 10377 590d9b057e53
parent 10376 fb8144dd40e2
child 10378 12f4f3d800cb
Remove garbage chararcters
LibraryDefinition.st
--- a/LibraryDefinition.st	Wed Feb 07 11:53:08 2007 +0100
+++ b/LibraryDefinition.st	Thu Feb 08 13:57:08 2007 +0100
@@ -209,7 +209,7 @@
  * automagically generated from the projectDefinition: ',self name,'.
  */
 #define __INDIRECTVMINITCALLS__
-#include <stc.h>                                                                             D
+#include <stc.h>
 
 #ifdef WIN32
 # pragma codeseg INITCODE "INITCODE"
@@ -606,5 +606,5 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.77 2007-01-18 08:33:07 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.78 2007-02-08 12:57:08 stefan Exp $'
 ! !