fixed a fault in mod/Makefile.am.

autoreconfed the build files
This commit is contained in:
hyunghwan.chung
2017-10-31 14:45:15 +00:00
parent 5ae166c1d4
commit 8baf88b070
71 changed files with 10529 additions and 15136 deletions

View File

@ -1,3 +1,5 @@
#include 'Moo.moo'.
class Socket(Object) from 'sck'
{
var handle := -1.
@ -112,7 +114,6 @@ extend Socket
}
(****
class MyObject(Object)
{
method(#class) main
@ -128,11 +129,14 @@ class MyObject(Object)
'CONNECTED NOW.............' dump.
].
while (true)
{
System handleAsyncEvent.
}.
s close dump.
] on: Exception do: [:ex | ('Exception - ' & ex messageText) dump ].
'----- END OF MAIN ------' dump.
}
}
*****)