From 90a628904c597948c9a001c1027cf561df2602b5 Mon Sep 17 00:00:00 2001 From: Andreas Bolka Date: Mon, 12 Mar 2012 15:22:45 +0100 Subject: [PATCH] DOCS: remove two [callback] remains --- docs/red-system-specs.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/red-system-specs.txt b/docs/red-system-specs.txt index f4479ba6fb..99a5d2e775 100644 --- a/docs/red-system-specs.txt +++ b/docs/red-system-specs.txt @@ -1340,7 +1340,7 @@ will output: 0040203E : c-string! ;-- pointer to "world" c-string \note Compatibity with other attributes -Typed attribute can only be used on its own or with the callback attribute. +Typed attribute can only be used on its own or with the cdecl attribute. /note @@ -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 ]