[Freedos-kernel] Re: [Freedos-cvs] kernel/sys sys.c,1.41.2.20,1.41.2.21 fdkrncfg.c,1.11.2.2,1.11.2.3

2005-12-01 Thread Arkady V.Belousov
Hi!

30-Ноя-2005 21:59 [EMAIL PROTECTED] (Kenneth Davis) wrote to
[EMAIL PROTECTED]:

> +++ sys.c 30 Nov 2005 21:59:18 -  1.41.2.21
> -extern int VA_CDECL printf(const char * fmt, ...);
> -extern int VA_CDECL sprintf(char * buff, const char * fmt, ...);
> +extern int VA_CDECL printf(const char FAR * fmt, ...);
> +extern int VA_CDECL sprintf(char FAR * buff, const char FAR * fmt, ...);
> +++ fdkrncfg.c30 Nov 2005 21:59:18 -  1.11.2.3
> -extern int VA_CDECL printf(const char * fmt, ...);
> -extern int VA_CDECL sprintf(char * buff, const char * fmt, ...);
> +extern int VA_CDECL printf(const char FAR * fmt, ...);
> +extern int VA_CDECL sprintf(char FAR * buff, const char FAR * fmt, ...);

 Isn't better to move prototypes to something like prf.h?
--
-- 
Best regards! Sincerely yours, Хемуль Советикус.
   Утомлённый чаем любитель сладкого, в девичестве Бильбо Ленивчатый.





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Freedos-kernel mailing list
Freedos-kernel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-kernel


Re: [Freedos-kernel] Re: [Freedos-cvs] kernel/sys sys.c,1.41.2.20,1.41.2.21 fdkrncfg.c,1.11.2.2,1.11.2.3

2005-12-01 Thread Kenneth J. Davis

Arkady V.Belousov wrote:


Hi!

30-Ноя-2005 21:59 [EMAIL PROTECTED] (Kenneth Davis) wrote to
[EMAIL PROTECTED]:



+++ sys.c 30 Nov 2005 21:59:18 -  1.41.2.21
-extern int VA_CDECL printf(const char * fmt, ...);
-extern int VA_CDECL sprintf(char * buff, const char * fmt, ...);
+extern int VA_CDECL printf(const char FAR * fmt, ...);
+extern int VA_CDECL sprintf(char FAR * buff, const char FAR * fmt, ...);
+++ fdkrncfg.c30 Nov 2005 21:59:18 -  1.11.2.3
-extern int VA_CDECL printf(const char * fmt, ...);
-extern int VA_CDECL sprintf(char * buff, const char * fmt, ...);
+extern int VA_CDECL printf(const char FAR * fmt, ...);
+extern int VA_CDECL sprintf(char FAR * buff, const char FAR * fmt, ...);



 Isn't better to move prototypes to something like prf.h?
--


Yes, and this is planned as they are repeated way too many times and a 
pain to keep in sync.


:-)
Jeremy





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
Freedos-kernel mailing list
Freedos-kernel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-kernel