Oops, fixed class names in `stx:libbasic` project definition. jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 26 Jul 2017 22:32:47 +0100
branchjv
changeset 22133 8c07ed5a8767
parent 22129 697c819c7674
child 22134 ad4d685d5123
Oops, fixed class names in `stx:libbasic` project definition. Renamed `UnixTerminalAttributes` and `UnixTerminalConstants` has been renamed to `TTYAttributes` and `TTYConstants` during the development but classes were not renamed in `classNamesAndAttributes` list.
stx_libbasic.st
--- a/stx_libbasic.st	Mon Jul 31 10:08:28 2017 +0100
+++ b/stx_libbasic.st	Wed Jul 26 22:32:47 2017 +0100
@@ -397,9 +397,9 @@
         UninterpretedBytes
         (UnixFileDescriptorHandle unix)
         (UnixFileHandle unix)
-        UnixTerminalAttributes
-        UnixTerminalConstants
-        UnixOperatingSystem        
+        TTYAttributes
+        TTYConstants
+        (UnixOperatingSystem unix)
         UserInformation
         UtcTimestamp
         VMInternalError
@@ -677,3 +677,4 @@
     ^ '$ Id: stx_libbasic.st 10648 2011-06-23 15:55:10Z vranyj1  $'
 ! !
 
+