]> git.sur5r.net Git - cc65/commitdiff
add note on fastcall 452/head
authormrdudz <mrdudz@users.noreply.github.com>
Sat, 19 Aug 2017 17:16:31 +0000 (19:16 +0200)
committermrdudz <mrdudz@users.noreply.github.com>
Sat, 19 Aug 2017 17:16:31 +0000 (19:16 +0200)
doc/funcref.sgml

index 8e6b1b1539e32bebae3c8ecfd7f4f78e818b133d..f866dea5f28d8199e4b0aaed56df45cda8e8e54d 100644 (file)
@@ -2181,7 +2181,8 @@ only cursor-related keys), KBDREPEAT_NONE (no repeat for any keys) and
 KBDREPEAT_ALL (repeat all keys).
 The old mode is returned so it can be restored later.
 <tag/Notes/<itemize>
-<item>
+<item>The function is available only as a fastcall function; so, it may be used
+only in the presence of a prototype.
 </itemize>
 <tag/Availability/cc65
 <tag/See also/
@@ -2202,7 +2203,8 @@ The old mode is returned so it can be restored later.
 repeated automatically.
 The old value is returned so it can be restored later.
 <tag/Notes/<itemize>
-<item>
+<item>The function is available only as a fastcall function; so, it may be used
+only in the presence of a prototype.
 </itemize>
 <tag/Availability/cc65
 <tag/See also/
@@ -2223,7 +2225,8 @@ The old value is returned so it can be restored later.
 repeated keypresses).
 The old value is returned so it can be restored later.
 <tag/Notes/<itemize>
-<item>
+<item>The function is available only as a fastcall function; so, it may be used
+only in the presence of a prototype.
 </itemize>
 <tag/Availability/cc65
 <tag/See also/