]> git.sur5r.net Git - cc65/commitdiff
Remove comment about stdarg.h being non standard
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 23 Mar 2001 20:19:02 +0000 (20:19 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 23 Mar 2001 20:19:02 +0000 (20:19 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@656 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/library.sgml

index c3a6a65ce000e1c703308f8fc767f93f04f4bd20..0ed89a7b17358fc755c8d6feb1526503f725cc44 100644 (file)
@@ -77,19 +77,13 @@ Functions that are limited in any way:
   supported).
 
 
-  <item>The va_... family of macros
-
-  The macros do not work completely as defined by the standard. Since cc65 has
-  the wrong calling order, the (non-standard) va_fix macro must be used to
-  access fixed parameters in functions with a variable parameter size. See
-  newvers.txt for a discussion of the problem.
-
   <item>strcspn/strpbrk/strspn
 
   These functions have a length limitation of 256 for the second string
   argument. Since this string gives a character set, and there are only 256
   distinct characters, this shouldn't be a problem.
 
+
   <item>getenv
 
   Since there is no such thing as an environment on all supported systems, the