Comment typofixes, pt 2

This commit is contained in:
Pasi Kallinen
2015-10-17 13:15:46 +03:00
parent f8b48490aa
commit f056bdb429
21 changed files with 24 additions and 24 deletions

View File

@@ -51,7 +51,7 @@
*/
/* #define USE_VARARGS */ /* use <varargs.h> instead of <stdarg.h> */
/* #define USE_OLDARGS */ /* don't use any variable argument facilites */
/* #define USE_OLDARGS */ /* don't use any variable argument facilities */
#if defined(apollo) /* Apollos have stdarg(3) but not stdarg.h */
#define USE_VARARGS