Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
2450dc18
Commit
2450dc18
authored
Jan 04, 2007
by
John van Groningen
Browse files
remove //1.3 //3.1
parent
856875e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
main/Windows/thread_message.dcl
View file @
2450dc18
definition
module
thread_message
;
//1.3
from
StdString
import
String
;
//3.1
get_message_number
::
Int
;
// int get_message_number ();
get_current_thread_id
::
Int
;
...
...
main/Windows/thread_message.icl
View file @
2450dc18
implementation
module
thread_message
;
//1.3
from
StdString
import
String
;
//3.1
get_message_number
::
Int
;
get_message_number
=
code {
ccall
get_message_number
":I"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment