Skip to content

Commit

Permalink
DOCS: remove two [callback] remains
Browse files Browse the repository at this point in the history
  • Loading branch information
earl committed Mar 12, 2012
1 parent 5dbfbb4 commit 90a6289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/red-system-specs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ will output:
0040203E : c-string! ;-- pointer to "world" c-string

\note Compatibity with other attributes
<b>Typed</b> attribute can only be used on its own or with the <b>callback</b> attribute.
<b>Typed</b> attribute can only be used on its own or with the <b>cdecl</b> attribute.

/note

Expand Down Expand Up @@ -1390,7 +1390,7 @@ It is possible to obtain a function address to pass it, for example, as argument

Example:

progress: func [[callback] count [integer!]][
progress: func [[cdecl] count [integer!]][
print "." ;-- make the user see some progress
]

Expand Down

0 comments on commit 90a6289

Please sign in to comment.